Releases: neolution-ch/react-hook-form-components
Releases · neolution-ch/react-hook-form-components
Release 1.1.2
- Fixed checkbox/radio label spacing due to
addonLeft
andaddonRight
props
Release 1.1.1
Fixed
is-invalid
added to invalid input groups to show form feedback
Release 1.1.0
dependabot: #57 Bump word-wrap from 1.2.3 to 1.2.4 in /cypress
dependabot: #56 Bump word-wrap from 1.2.3 to 1.2.4
Fixed
- moved
rollup-plugin-import-css
fromdependencies
todevDependencies
InputField
is marked invalid also for nested fields
Added
style
andclassname
properties toCommonInputProps
in order to customize input fields
Release 1.0.1
Changed
- 💥
DatePickerInput
by default now uses the browser timezone - 💥
setUtcTimeToZero
changed togetUtcTimeZeroDate
which returns a new date instead of modifying the passed one
Added
DatePickerInput
now supportsianaTimeZone
property to set the timezone of the date picker
Fixed
DatePickerInput
is not setting the time to utc zero anymore if it's not a date only picker
Release 0.16.2
Release 0.16.1
dependabot: #48 Bump tj-actions/changed-files from 36 to 37
Release 0.16.0
dependabot: #43 Bump vm2 from 3.9.17 to 3.9.19
Added
addonLeft
andaddonRight
properties to pass a ReactNode to be shown on the left/right of the inputfield in a reactstrap InputGroup
Release 0.15.0
Added
markAllOnFocus
property to make an inputfield mark the inner text by getting the focus
Release 0.14.0
Added
inputOnly
property to only get the inputfield not nested in other elements
Release 0.13.0
Changed
- Labels are now optional for all input fields