Bootstrap UI for redux-autoform
Be patient. This documentation is still under construction. Pull-requests are welcome.
###TextBox###
Specific metadata for the TextBox component. Common metadata is not listed.
| Metadata | Description |
|---|---|
| placeholder | The text that should be displayed as a hint when there's no value. |
| addonBefore | The text that should be added-on before the component. |
| addonAfter | The text that should be added-on after the component. |
Specific metadata for the TextBox component. Common metadata is not listed.
| Metadata | Description |
|---|---|
| placeholder | The text that should be displayed as a hint when there's no value. |
| addonBefore | The text that should be added-on before the component. |
| addonAfter | The text that should be added-on after the component. |
| rows | The number of rows. |
Specific metadata for the Select component. Common metadata is not listed.
| Metadata | Description |
|---|---|
| options | The options to display. Options are an array of objects with two properties: value: The actual value that is stored in the model. text: What is displayed to the user |
Specific metadata for the Lookup component. Common metadata is not listed.
| Metadata | Description |
|---|---|
| options | The options to display. Options are an array of objects with two properties: value: The actual value that is stored in the model. text: What is displayed to the user |
###Specific metadata for the DateTimePicker component. Common metadata is not listed.
| Metadata | Description |
|---|---|
| format | Any format supported by Moment.js. Defaults to your locale configuration. Make sure you have it properly configured. |
##Third party
The DefaultComponentFactory relies on third-party components. Here's the list:

