Hi I added a DecimalValidator to a TextInput like this:
<TextInput bxml:id="timeout" strictValidation="true" Form.label="Timeout" > <validator> <validators:DecimalValidator/> </validator> </TextInput>When the content of the TextInput is selected and a digit is typed, the old content is not replaced by the digit as expected, but the digit is inserted at the beginning
Regards Anton
