Servoy / bootstrapextracomponents

MIT License
1 stars 1 forks source link

floatlabel textboxes, onDataChange not blocking when return false #54

Open r4inX opened 1 month ago

r4inX commented 1 month ago

Hey guys,

quick report: I have a floatlabel textfield with a onDataChange event. In legacy servoy textboxes, if i return false in onDataChange i cant go out of the textbox. Now its not. It ignores the return false.

So either the documentation * Handle changed data, return false if the value should not be accepted. is wrong or something is broken.

Im on latest Servoy and latest components.

Greetings -Vik