svelte-form icon indicating copy to clipboard operation
svelte-form copied to clipboard

Mapping JSON Schema types to HTML elements

Open pyoner opened this issue 5 years ago • 0 comments

types/elements null boolean number string array object
input[type=checkbox] *
input[type=color] *
input[type=date] *
input[type=datetime] *
input[type=datetime-local] *
input[type=email] *
input[type=file] *
input[type=hidden] *
input[type=month] *
input[type=number] *
input[type=password] *
input[type=radio] *
input[type=range] *
input[type=search] *
input[type=tel] *
input[type=text] *
input[type=time] *
input[type=url] *
input[type=week] *
textarea multiline
select

pyoner avatar Feb 18 '20 06:02 pyoner