You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way i can provide properties in teaxtArea like only 200 character are allowed and shows the count for remaining words etc while user is writing
The text was updated successfully, but these errors were encountered:
Yes, you can pass a rules argument to your field, like you would for a regular Antd component. So you can ask for {max: 200} in the rules, it shoudl work (I haven't tested though). The Antd docs should help https://ant.design/components/form#formitem
Is there a way i can provide properties in teaxtArea like only 200 character are allowed and shows the count for remaining words etc while user is writing
The text was updated successfully, but these errors were encountered: