quickform icon indicating copy to clipboard operation
quickform copied to clipboard

QuickForm is a Blazor component for creating downright gorgeous HTML forms with minimal effort.

Results 6 quickform issues
Sort by recently updated
recently updated
newest added

[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...

enhancement
help wanted
good first issue

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...

enhancement

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.

enhancement
help wanted
good first issue

the form should include built-in ARIA-labels for better SEO optimizations

enhancement
help wanted
good first issue

Make data lists so that it takes `data-id` and `data-value` values

enhancement
help wanted

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...