Am new to frontend development. Am looking for a w...
# javascript
t
Am new to frontend development. Am looking for a way to validate HTML form before submitting them. E.g Form fields should not be empty, if field type is number and its length is restricted to 10 then before submitting it should check for these things. Any framework which I can embed in Kotlin/JS? PS: Am creating a HTML page inside override fun RBuilder.render() {
r
You can try KVision (https://kvision.io). It has build-in form validation and many other features (disclaimer: I'm the author of this framework).
t
Thank you, I will check it.