Skip to content

Version 2.11.0

Compare
Choose a tag to compare
@bhch bhch released this 13 Aug 07:54
· 60 commits to master since this release

13 Aug, 2023

Bugfixes

  • #81: readonly keyword had no effect on datetime input.

Minor changes

  • #82: Now all readonly inputs will also get the disabled html attribute.
  • When datetime and multiselect fields are readonly, their container divs will get a readonly class to offer better styling control.