sanusart / react-dropdown-select

Customisable dropdown select for react
https://react-dropdown-select.netlify.app/
MIT License
349 stars 83 forks source link

fix: input maxlength #316

Open smartesg opened 2 months ago

codesandbox-ci[bot] commented 2 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

smartesg commented 2 months ago

Just use your styles with class name

You cannot define maxlength with styles

sanusart commented 2 months ago

Just use your styles with class name

You cannot define maxlength with styles

What does this prop do then?

smartesg commented 2 months ago

Just use your styles with class name

You cannot define maxlength with styles

What does this prop do then?

This prop will add a maxLength property to the inputs inside the Select

image

Solving this issuee.

sanusart commented 2 months ago

Just use your styles with class name

You cannot define maxlength with styles

What does this prop do then?

This prop will add a maxLength property to the inputs inside the Select

image

Solving this issuee.

This will not solve the issue, what you showing is this component. Your addition is on a hidden form field.