TinoGuo / pin_input_text_field

A textField widget to help display different style pin
Apache License 2.0
374 stars 81 forks source link

ShowCursor property #50

Closed dbondarchuk closed 3 years ago

dbondarchuk commented 3 years ago

For desktop platforms, showCursor property is needed. This should be configurable the same way as other TextField properties.

Vadaski commented 3 years ago

agree

TinoGuo commented 3 years ago

25 duplicate, would try to figure out the approach.

lironiz commented 3 years ago

I don't see the cursor on my mobile too. is it possible to show the cursor?

TinoGuo commented 3 years ago

@lironiz Hey, in this lib implementation, the cursor is hidden. I'm surprised that you folks are expected to have this feature. I will try to implement by end of this year.

TinoGuo commented 3 years ago

It's implemented since 3.2.0, can refer #56