Where can I find BasicTextField2 mentioned here? t...
# compose
d
Where can I find BasicTextField2 mentioned here? the links don't seem to work? https://proandroiddev.com/basictextfield2-a-textfield-of-dreams-1-2-0103fd7cc0ec
m
yes it is usable from Compose multiplatform, it resides in
androidx.compose.foundation.text2
package and from Compose 1.7 (still in alpha) it was moved to
foundation.text
package. (CMP 1.6 depends on Compose 1.6)
🙏 1
d
thanks!