Skip to content

Releases: julkue/form-components

v1.1.4

03 Jun 13:34
Compare
Choose a tag to compare

Fix mosuedown in dropdown causing blur and therefore close of dropdown without selection

v1.1.3

25 Jan 19:14
Compare
Choose a tag to compare

A11y compatibility update for most recent FF versions.

v1.1.2

16 Sep 14:37
Compare
Choose a tag to compare

When checkbox is disabled, make sure it's not possible to see checkbox animation.

v1.1.1

31 Jul 12:42
Compare
Choose a tag to compare

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

30 Apr 17:46
Compare
Choose a tag to compare

Implement getFocusMessageOffset option.

v1.0.4

31 Oct 10:54
Compare
Choose a tag to compare

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

29 Oct 12:16
Compare
Choose a tag to compare

Fix that when triggering resetField event, also the disabled state of form components will be checked (and removed)

v1.0.2

25 Oct 13:58
Compare
Choose a tag to compare

Fix select dropdown position when helper text is present

v1.0.1

24 Oct 17:53
Compare
Choose a tag to compare

Make sure error messages are inserted after helper texts when showing client side validation errors.

v1.0.0

24 Oct 16:48
Compare
Choose a tag to compare

Implement helper text option in all form components.

First stable release.