KryptXBSA / FormBuilder

UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms.
https://formbuilder.kurdmake.com
MIT License
347 stars 40 forks source link

Can't add multiple Number fields #11

Open psycoxer opened 3 months ago

psycoxer commented 3 months ago

New Number fields have an enumName, and enumValues which all get set to the value "myEnum". This results in triggering the duplicate checker. Creating a PR to add a simple fix by adding a + randNum() similar to newEnumField in utils/newFields.ts