Simple textField
-check input value for field without maxLength
-check input value for field with maxLength
Data-aware textField
-check predefined value in field
-change value of field
TextField with datatype
-input correct/incorrect type of value to fields
TextField with validator
-input correct/incorrect value to field with positive validator
-input correct/incorrect value to field with border value validator
TextField with trim attribute
-check value with spase in the end while trim is on/off
-check string containing spaces only while trim is on/off
TextField with EnterPress listener
-set value and press enter
TextField with TextChange listener
-check changing value of field
TextField with TextChange EventMode
-check TextChangeEventMode with EAGER value
-check TextChangeEventMode with LAZY value
-check TextChangeEventMode with BLUR value
-check TextChangeEventMode with TIMEOUT value
MaskedField
-check output for valueMode=masked
-check output for valueMode=clear
PaswordField
-check ability to hide password and view value using passwordField.getValue()
works correctly with https://github.com/Haulmont/jmix-sampler/tree/maistrenko