Insality / druid

Powerful Defold UI component framework
https://insality.github.io/druid/modules/Druid.html
MIT License
276 stars 33 forks source link

Fix missing text when the input selected again and type new text #255

Closed baochungit closed 5 months ago

baochungit commented 7 months ago

Checking on mobile (Android), for Vietnamese keyboard, when typing without pressing space bar, the typed text is all marked text and not updated to the self.value variable (when pressing space, the marked text will be dropped and replaced by a normal text). This leads to missing the typed text when the input selected again and type new text

Insality commented 7 months ago

Thanks for your contribution! Will check everything and push this into next update of Druid