vazco / uniforms

A React library for building forms from any schema.
https://uniforms.tools
MIT License
1.94k stars 239 forks source link

handled minLength and maxLength (closes #1252) #1253

Closed rrjanbiah closed 1 year ago

rrjanbiah commented 1 year ago

Kindly review for #1252

Notes:

  1. I have added autoComplete in omit - not sure if this is correct
  2. Getting security issues during npm install and couldn't resolve it through npm audit fix - hence I ignored that part in this PR
codecov[bot] commented 1 year ago

Codecov Report

Merging #1253 (7800483) into master (af4c6f4) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1253   +/-   ##
=======================================
  Coverage   98.57%   98.57%           
=======================================
  Files         231      231           
  Lines        3796     3797    +1     
  Branches      989      989           
=======================================
+ Hits         3742     3743    +1     
  Misses          1        1           
  Partials       53       53           
Impacted Files Coverage Δ
packages/uniforms-bootstrap5/src/LongTextField.tsx 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

rrjanbiah commented 1 year ago

@radekmie Kindly check when you have time and let me know if any changes are required. Thank you

rrjanbiah commented 1 year ago

@radekmie Thanks you