Here are list of types and their possible HTML representation:
| Type |
HTML |
Description |
boolean |
<checkbox> |
|
string |
<input> |
|
number |
<input type="number"> |
|
integer |
|
Standard JS number type |
float |
|
A number that is put on string in JSON to preserve all it's data |
day |
|
|
week |
|
|
month |
|
|
year |
|
|
time |
|
|
timerange |
|
|
daterange |
|
|
email |
|
|
url |
|
|
password |
|
|
country |
|
|
We need an additional format property that is a regular expression and describe format of date, time and string types.
Please add types that I'm missing here
Here are list of types and their possible HTML representation:
boolean<checkbox>string<input>number<input type="number">integernumbertypefloatdayweekmonthyeartimetimerangedaterangeemailurlpasswordcountryWe need an additional
formatproperty that is a regular expression and describe format of date, time and string types.Please add types that I'm missing here