vazco / uniforms

A React library for building forms from any schema.

Home Page:https://uniforms.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uniforms-bootstrap5 is setting the maxLength in the wrapper, instead of in input

rrjanbiah opened this issue · comments

Hope, the below screenshot helps better than the description:

image

Hi @rrjanbiah. Thanks for the report! It affects other themes too, as well as other properties, e.g., minlength.

@radekmie I thought of fixing and raising a PR. If it affects all themes, should that be fixed at every theme level or somewhere in a single place. In that case, please pinpoint the location as that will help me. Thank you

You can start here, with Bootstrap 5 - it's basically the same in other themes. And make sure to add tests too!

Thank you. Will work on it