mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 07:26:02 +01:00
feat(web/dialog/textarea): add min and max length (#30)
This commit is contained in:
@@ -24,6 +24,8 @@ const TextareaField: React.FC<Props> = (props) => {
|
||||
autosize={props.row.autosize}
|
||||
minRows={props.row.min}
|
||||
maxRows={props.row.max}
|
||||
minLength={props.row.minLength}
|
||||
maxLength={props.row.maxLength}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user