@canner/antd-string-select

string select

Usage no npm install needed!

<script type="module">
  import cannerAntdStringSelect from 'https://cdn.skypack.dev/@canner/antd-string-select';
</script>

README

@canner/antd-string-textarea

API

Props:

name type default description
id String Field id
value String Default value
uiParams { options: Array<{ text: string, value: string }>, defaultSelected: number } Set options and default selected value
onChange (id: string, type: string, value: string) => void Called when input is changed