In the following examples we show how to create various form fields from Ext JS using React
- a-input: simple text field
- b-textarea: simple textarea
- c-select: select / option field
- d-combo: combobox field using the
datalist
element - e-range-slider: slider field
- f-datefield: datefield example
- g-number-spinner: number field with spinner elements
- h-radio: simple radio field
- i-checkbox: simple checkbox field
- j-toggle: example of the Ext JS toggle field within React