quickform
quickform copied to clipboard
QuickForm is a Blazor component for creating downright gorgeous HTML forms with minimal effort.
[wiki](https://en.m.wikipedia.org/wiki/Input_mask) "e.g. When entering into a text box a phone number on a data capture form, in the format "(111) 111 1111" the area code brackets, the space between the...
Give better form examples such as ones with - file upload fields - validation - etc. > pretty good idea #24 People often use multi step forms would be good...
add 2-3 examples in docs, showcasing: - basic tailwind form - more advanced form with ARIA labels and support - custom template with parameter for submit button content.
the form should include built-in ARIA-labels for better SEO optimizations
Make data lists so that it takes `data-id` and `data-value` values
Ignore attribute allows properties that are included in the model (and mapped) can be still ignored during form generation. Hidden attribute allows hiding properties on the form, although they are...