Skip to content

Releases: dudow8/react-djforms

Extendable FormControl

01 Apr 23:19
aec06a6

Choose a tag to compare

Pre-release

Under this version is possible to extend the default DJReact FormControl default types, adding the possibilities to develop local input types for each project.

Form structure builder and rendering

01 Apr 16:23
f51acb0

Choose a tag to compare

Pre-release

In this version we are abble to use the FormBuilder service to build our form structure and the DjForm component to render our form to the client. Basic inputs are suported (TexArea, Text, Date, Time and DropDown).