general-input
<form.general-input>
Properties
Name | Description | Type | Default |
---|---|---|---|
name | string | ||
label | string | ||
value | string | ||
placeholder | string | ||
disabled | boolean | ||
type | InputType | ||
size | ComponentSize | ||
minLength | number | ||
maxLength | number | ||
required | boolean | ||
pattern | string | ||
max | number | ||
min | number | ||
message | Record<string, string> | ||
inputStyle | React.CSSProperties |
Events
Name | Description | Event Detail |
---|---|---|
change | string |