Manoj

Results 7 comments of Manoj

Ok. Thanks for consideration. Would look forward to it. Let me know when you add it in future if possible. Thanks in advance.

I am facing this issue with following versions: - "next": "14.0.3" - "tailwindcss": "^3.3.0" - "postcss": "^8" Note: Issue resolved after downgrading next version to 13.5.3

@benjamineckstein Here are the docs: - Client side validation: https://mui-forms.vercel.app/fields/field-validation - Server side validation: https://mui-forms.vercel.app/error-handling

Fixed and tested for select control.

@muradrajab A very basic example how to add a custom **submit** button by passing buttons as an input property: ``` {}} buttons={{ "submit": My Custom Submit }} /> ```

**New feature:** - Add ability to submit additional field values using hidden field. **For example** - From the following list of categories, return the id and groupCode on form submit...