Hello there Do we have a date input field like the...
# multiplatform
m
Hello there Do we have a date input field like the basic text field in kmm?
โœ… 1
@Devashish Bala Could you help with this as well sir.
d
make a datepicker dialog and handle it's visibility from icon click or click or whole basictextfield and on selection you can change the text value you pass in the basic textfield text.
๐Ÿ™Œ 1
s
Also https://github.com/alexzhirkevich/compose-cupertino has some nice date input fields.
๐Ÿ™Œ 2
m
What about android? @Stefan Oltmann and it is okay to use a lib for just one component?
s
It's multiplatform. It works on every platform.
Yes, it's okay to use a lib for just one component. I do that, too. ๐Ÿ™‚ https://kotlinlang.slack.com/archives/C01Q62JMKBP/p1705338153852249
Over time you will likely find more useful components you might want to use. ๐Ÿ˜‰
m
And are they supported on android?
s
It's multiplatform. It works on every platform.
What is unclear?
๐Ÿ˜ 1
m
Thank you @Stefan Oltmann I'm trying this. This was a huge help thanks again
๐Ÿ‘ 1