You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WHEN (situation): I use web-twig components,
WHAT: I want each component to be able to specify global attributes,
WHY: because that's just how it works in HTML.
Acceptance criteria
each component can be given global attributes
Implementation notes (optional) https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes
this will require refactoring mainProps and inputProps to some unified function that will handle these transfer attributes
define the global attributes as an array similar to allowedProp, which will be allowed to specify
the exceptions being class and style and maybe some others, we need to find out
The text was updated successfully, but these errors were encountered:
WHEN (situation): I use web-twig components,
WHAT: I want each component to be able to specify global attributes,
WHY: because that's just how it works in HTML.
Acceptance criteria
each component can be given global attributes
Implementation notes (optional)
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes
this will require refactoring mainProps and inputProps to some unified function that will handle these transfer attributes
define the global attributes as an array similar to allowedProp, which will be allowed to specify
the exceptions being class and style and maybe some others, we need to find out
The text was updated successfully, but these errors were encountered: