Releases: twisty/formsy-react-components
Releases · twisty/formsy-react-components
v0.2.1
v0.2.0
v0.1.5
v0.1.4
- Add support for
multiple
variant ofselect
type.
Thanks to @Semigradsky for contributions to previous releases and the link from the formsy-react Readme.
v0.1.3
- Add support for more input types, specifically the text-based inputs supported by Bootstrap, and allow adding
file
andrange
inputs.
v0.1.2
v0.1.1
v0.1.0
For Input
, textarea
and select
types: properties are passed through to the form element, and React will render these according to it’s HTML attribute whitelist. For example a placeholder
property passed to the component is applied to the form control within the component.
Initial npm release
v0.0.0 Add package.json, and main.js.