Skip to content

Releases: doruchidean/InputFields

Expose validator and validationListener for all input-views

04 Nov 11:51

Choose a tag to compare

v1.1.61

Expose the validator and validationListener fields for input views

Undo error-state-background-logic - show as-normal when field is empty

04 Nov 07:53

Choose a tag to compare

v1.1.60

Undo error-state-background-logic for AutocompleteInput and InputField

Add feature: validationChangedListener now takes a caller param

04 Nov 07:47

Choose a tag to compare

Add feature: pass a caller object to validationChangedListener

Useful for debugging or when the client wants to distinguish between callers

Update error-state visibility

06 Sep 12:29

Choose a tag to compare

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

23 Aug 14:02

Choose a tag to compare

v1.1.57

Fix cap feature for InputField

Replace textAllCaps attribute with CAP_ALL_STRATEGY

23 Aug 12:45

Choose a tag to compare

v1.1.56

Replace textAllCaps attribute with CAP_ALL_STRATEGY

Update inputType attribute logic for InputField

23 Aug 12:17

Choose a tag to compare

v1.1.55

Update inputType attribute

Update InputField

23 Aug 11:24

Choose a tag to compare

Revert error-state-logic

Keep normal-background when InputField is empty

Update InputField

23 Aug 11:16

Choose a tag to compare

v1.1.53

Update InputField.java

Update InputField validation logic

23 Aug 09:29

Choose a tag to compare

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