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

Default values of aria- and data- attributes are ignored

Open lexidor opened this issue 4 years ago • 0 comments

final xhp class Poof extends x\element {
  attribute string data-poof = 'gone';
  //...
}

(<Poof />)->:data-poof; // null

lexidor avatar Aug 10 '21 22:08 lexidor