#form-validation

[ follow ]
fromCloud Four
1 week ago

Simple One-Time Passcode Inputs

A single <input> element: That's where the OTP magic happens! Let's break down each of its attributes: Even though our passcode will consist of numbers, it isn't actually a number: A value of 000004 should not be the considered the same as a value of 4. For that reason, we follow the HTML spec and set type="text". inputmode="numeric" enables a numeric virtual keyboard on touch devices.
Web development
#jquery
Web frameworks
fromGitHub
2 months ago

GitHub - tu6ge/vue-uform: Next form validation

Vue-uForm is an unstyled, component-first form validation library for Vue 3 offering flexible layouts, customizable components, minimal code, and built-in/custom validation.
React
fromLogRocket Blog
6 months ago

React Hook Form vs. React 19: Should you still use RHF in 2025? - LogRocket Blog

React Hook Form remains valuable due to its performance, ease of use, and seamless integration, even with the introduction of React 19's built-in form handling.
[ Load more ]