Foundation Forms - controls
Foundation forms has a range of advanced components for entering text, numbers, floats, dates and booleans, as well as select and autocomplete input boxes. You can use these to create polished, complex forms for your application in quick time.
Foundation Forms - custom controls
You can create custom control renderers to work alongisde the standard set of foundation form controls.
Foundation Forms - filters
lerna
Foundation Forms - introduction
lerna
Foundation Forms - JSON schema
Foundation forms use a JSON Schema to define the underlying model of the form. This defines the objects and properties, as well as their types.
Foundation Forms - layouts
Foundation forms allows you to customise the layout of your forms.
Foundation Forms - rules
Rules enable you to add dynamic aspects to a form. For example, you can show, hide, enable or disable a UI Schema element based on another value in the form.
Foundation Forms - UI Schema
Most renderers are defined directly in the jsonSchema that comes from the server, but there are also those that you can add via uiSchema.
Foundation Forms - validation
You can apply simple or more complex validation logic to foundation forms in a number of ways.