Skip to content

Releases: neolution-ch/react-hook-form-components

Release 2.13.1

02 Dec 11:29
Compare
Choose a tag to compare

Fixed

  • pick disabled options on Tab, updating react-bootstrap-typeahead to v6.3.4.

dependabot: #114 Bump the github-actions group with 3 updates

Release 2.13.0

16 Oct 13:54
Compare
Choose a tag to compare

Added

  • Added the pkg.pr.new workflow
  • The minLength and maxLength input properties

Release 2.12.0

07 Oct 08:44
Compare
Choose a tag to compare

Added

  • The property group in the LabelValueOption
  • The possibility to group results both in the AsyncTypeaheadInput and StaticTypeaheadInput using the property useGroupBy

Release 2.11.0

04 Oct 09:21
Compare
Choose a tag to compare

Added

  • The property inputRef to the AsyncTypeaheadInput and exposed onInputChange on StaticTypeaheadInput and AsyncTypeaheadInput

Release 2.10.0

27 Sep 13:59
Compare
Choose a tag to compare

Added

  • The property inputRef to the StaticTypeaheadInput

Release 2.9.0

24 Sep 11:18
Compare
Choose a tag to compare

Added

  • Possibility to hide all validation messages through the hideValidationMessages form property or field by field by hideValidationMessage inputs property

Fixed

  • Form feedback for TypeaheadInput components and DatePickerInput was not highlighting the input

Release 2.8.1

13 Sep 09:09
Compare
Choose a tag to compare

Fixed

  • Selecting an option in a single typeahead shows no invalid state anymore

Release 2.8.0

10 Sep 06:26
Compare
Choose a tag to compare

Fixed

  • Autoselect of single available option for TypeaheadInput components

Release 2.7.0

28 Feb 12:18
Compare
Choose a tag to compare

Changed

  • requiredFields prop type from (keyof T)[] to FieldPath<T>[]
  • use "POST" as form method and add additional call to event.preventDefault to prevent a native submit

Release 2.6.0

13 Feb 15:04
Compare
Choose a tag to compare

Changed

  • name prop type from keyof T to FieldPath<T>