django-semantic-admin icon indicating copy to clipboard operation
django-semantic-admin copied to clipboard

Update Fomantic UI v2.9

Open globophobe opened this issue 2 years ago • 2 comments

  • Support file inputs https://fomantic-ui.com/elements/input.html#file-input
    • This is automatically supported. Nothing to do.
  • Consider supporting custom calendar formats https://fomantic-ui.com/modules/calendar.html#custom-format
    • This would require server side validation, which is out of scope.

globophobe avatar Dec 16 '22 23:12 globophobe

Updated to v2.8.8, but updating to v2.9 brings with it a validation error display on page load for required blank fields. Fomantic UI v2.9 has many validation options, which is great, but the way to use them needs more thought.

globophobe avatar Sep 10 '23 01:09 globophobe

It seems there is a noNativeValidation option in unreleased 2.9.4 :tada:

https://github.com/fomantic/Fomantic-UI-Docs/blob/73f372c182a71aec2be1c19f72de0b12256d8f1b/server/documents/behaviors/form.html.eco#L2180t

globophobe avatar Dec 31 '23 22:12 globophobe