Insality / druid

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

Fix consume input issue when having marked text #256

Closed baochungit closed 5 months ago

baochungit commented 7 months ago

When having marked text, the variable self.marked_value makes the input consume until pressing space or unselected.

Insality commented 7 months ago

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

Insality commented 5 months ago

Merged but will change the naming to is_marked_text_changed

thanks!