Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Field Types
RFE has committed to the schema used by the Angular Forms, and as such, there is a high level of compatibility. RFE supports almost all the field types from the JSON schema with a few extensions. The most commonly used fields include text
, textarea
, number
, date
and select
.
...