Discussion:
[Ur] Client-side form validation
Artyom Shalkhakov
2018-07-18 03:39:37 UTC
Permalink
Hello all,

I was thinking of adding HTML5 client-side form validation to Ur/Web. We
have the ability to specify constraints and types for inputs, but we can't
interact with the built-in validation facilities.

Here's my proposal:

https://github.com/urweb/urweb/issues/128

Basically I translated a JS example to Ur/Web.

What do others think? Is this worth doing?
--
Cheers,
Artyom Shalkhakov
Loading...