Releases: julkue/form-components
Releases · julkue/form-components
v1.1.4
Fix mosuedown in dropdown causing blur and therefore close of dropdown without selection
v1.1.3
A11y compatibility update for most recent FF versions.
v1.1.2
When checkbox is disabled, make sure it's not possible to see checkbox animation.
v1.1.1
Make select dropdown component ready to be used decoupled. Dropdown will now be created on click of the select rather than at initialization. Also events will be initialized even if the select is disabled at the initialization. All event handlers will still only be executed when not disabled.
v1.1.0
Implement getFocusMessageOffset
option.
v1.0.4
Fix two things in text area component:
- In Chrome, text area content overflowed the label when it exceeded visible lines
- The label overflowed a potential scrollbar, making it unusable
v1.0.3
Fix that when triggering resetField event, also the disabled state of form components will be checked (and removed)
v1.0.2
Fix select dropdown position when helper text is present
v1.0.1
Make sure error messages are inserted after helper texts when showing client side validation errors.
v1.0.0
Implement helper text option in all form components.
First stable release.