Releases: doruchidean/InputFields
Releases · doruchidean/InputFields
Expose validator and validationListener for all input-views
v1.1.61 Expose the validator and validationListener fields for input views
Undo error-state-background-logic - show as-normal when field is empty
v1.1.60 Undo error-state-background-logic for AutocompleteInput and InputField
Add feature: validationChangedListener now takes a caller param
Add feature: pass a caller object to validationChangedListener Useful for debugging or when the client wants to distinguish between callers
Update error-state visibility
InputField and AutocompleteInput will display the error message when they loose focus with empty-string value and their validator is mandatory
Fix bug: cap-strategy and default input-type
v1.1.57 Fix cap feature for InputField
Replace textAllCaps attribute with CAP_ALL_STRATEGY
v1.1.56 Replace textAllCaps attribute with CAP_ALL_STRATEGY
Update inputType attribute logic for InputField
v1.1.55 Update inputType attribute
Update InputField
Revert error-state-logic Keep normal-background when InputField is empty
Update InputField
v1.1.53 Update InputField.java
Update InputField validation logic
Add InputField feature: cap-words and cap-sentences strategy Update UI: when an inputField with validator looses focus, refresh the error state Update error-state-logic, do not ignore validation if the inputfield is empty