prefect-ui-library
prefect-ui-library copied to clipboard
Testing: Schemas - Simple
The following property types/formats (and options) should be matched to the appropriate components / attrs:
-
string
-PTextInput
-
minLength
-min
-
maxLength
-max
-
password
-type=password
-
-
date
-PDateInput
-
date-time
-PDateInput
(withshow-time
attr) -
time-delta
-PNumberInput
-
number
-PNumberInput
-
minimum
-min
-
maximum
-max
-
multipleOf
-step
-
-
integer
-PNumberInput
with whole-number step-
minimum
-min
-
maximum
-max
-
multipleOf
-step
-
-
json-string
-PCodeInput
(withlang=json
attr) -
boolean
-PToggle
-
null
- just a warning message, no component needed