InputType
InputType:
"button"
|"checkbox"
|"color"
|"date"
|"datetime-local"
|"email"
|"file"
|"hidden"
|"image"
|"month"
|"number"
|"password"
|"radio"
|"range"
|"reset"
|"search"
|"submit"
|"tel"
|"text"
|"time"
|"url"
|"week"
|string
&object
HTML5 input types
Defined in
packages/react-querybuilder/src/types/basic.ts:64
caution
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.