Releases: appfolio/react-gears
Correct ListGroupItem
This release corrects the export of ListGroupItem, which was unable to be used from imported from react-gears
Fix BoundForm Properties
Remove forwarding of BoundForm
-specific properties to Form
element.
BoundForm Properties
Forward properties to Form
. BoundForm
now accepts attributes/props that will be forwarded to the underlying form
element. This allows adding attributes such as novalidate
etc. (P.S. Don't forget JSX uses camel case for many attributes!)
Correct type handling in CreditCardNumber and FormRow
This release corrects PropType warning when using CreditCardNumber with FormRows
Correct HelpBubble toggle
This release corrects HelpBubble toggle behavior on icon click
Add ActivityLog
This release adds the ActivityLog
Simplify AddressInput
This release simplifies AddressInput to use native select controls for better mobile experience and smaller bundle sizes.
This release also adds CountryInput and StateInput for use outside AddressInput.
Add node support for FormRow and Datapair labels
This release adds support for using components for FormRow and Datapair labels
Hide Select autocomplete icon on Safari
This release adjust the Select (react-select) styles to correct the autocomplete icon on Safari blocking placeholder text and values.
Add `id` prop to DateInput
This release fixes missing id
prop in DateInput