xhp-lib icon indicating copy to clipboard operation
xhp-lib copied to clipboard

Fix handling of @required and defaults on data- / aria- attributes

Open lexidor opened this issue 2 years ago • 0 comments

fixes #299

Fixes:

  • string data-attr = 'default value' is now observed from ->:data-attr.
  • string data-attr @required is now enforced in ->data-attr.

lexidor avatar May 25 '23 16:05 lexidor