Releases: neolution-ch/react-hook-form-components
Releases · neolution-ch/react-hook-form-components
Release 2.13.1
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
Added
- Added the pkg.pr.new workflow
- The minLength and maxLength input properties
Release 2.12.0
Added
- The property
group
in theLabelValueOption
- The possibility to group results both in the
AsyncTypeaheadInput
andStaticTypeaheadInput
using the propertyuseGroupBy
Release 2.11.0
Added
- The property
inputRef
to theAsyncTypeaheadInput
and exposedonInputChange
onStaticTypeaheadInput
andAsyncTypeaheadInput
Release 2.10.0
Added
- The property
inputRef
to theStaticTypeaheadInput
Release 2.9.0
Added
- Possibility to hide all validation messages through the
hideValidationMessages
form property or field by field byhideValidationMessage
inputs property
Fixed
- Form feedback for
TypeaheadInput
components andDatePickerInput
was not highlighting the input
Release 2.8.1
Fixed
- Selecting an option in a single typeahead shows no invalid state anymore
Release 2.8.0
Fixed
- Autoselect of single available option for
TypeaheadInput
components
Release 2.7.0
Changed
requiredFields
prop type from(keyof T)[]
toFieldPath<T>[]
- use "POST" as form method and add additional call to event.preventDefault to prevent a native submit
Release 2.6.0
Changed
name
prop type fromkeyof T
toFieldPath<T>