quillforms / quillforms

Open Source TypeForm Alternative Based on React JS and Typescript | Best Typeform Clone | Conversational Multi Step Form
https://www.quillforms.com
GNU Lesser General Public License v3.0
476 stars 99 forks source link

Error message not showing #174

Closed salmanlakhani-dev closed 6 months ago

salmanlakhani-dev commented 7 months ago

Describe the bug https://codesandbox.io/p/sandbox/quill-forms-example-typeform-clone-in-react-js-and-typescript-20uuf?file=%2Fsrc%2FApp.tsx

I cloned the link above, and when I run it locally, the only issue I'm facing is that the 'field is required' error isn't showing up. However, the same code works perfectly in CodeSandbox.

image

salmanlakhani-dev commented 6 months ago

Error is resolved

i was using create react app and the styling for fields and validation errors were not working then i moved to Vite and now all things are working 100% fine