FakeFiller / fake-filler-extension

A browser extension for Chrome, Edge and Firefox that fills dummy text in all input fields in a page.
https://fakefiller.com
MIT License
571 stars 162 forks source link

Generate random data that respect attributes like minlength, maxlength, min, max, pattern #173

Open AoiRei opened 2 years ago

AoiRei commented 2 years ago

Could you add a logic that reads the parameters in the attributes like minlength, maxlength, min, max, pattern and then generate data according to that?

Thank you