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
the props allow the definition of the reflect: true property, but ignore the use of false, the goal of this improvement is to support reflect: false to remove all effect as an attribute of the component, example:
From the previous example, it is expected that the tabindex attribute will be eliminated once it is captured as a property, this in order to eliminate any effect that by default the existence of the attribute generates on the component in order to reflect the attribute internally.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
the props allow the definition of the
reflect: true
property, but ignore the use of false, the goal of this improvement is to supportreflect: false
to remove all effect as an attribute of the component, example:From the previous example, it is expected that the tabindex attribute will be eliminated once it is captured as a property, this in order to eliminate any effect that by default the existence of the attribute generates on the component in order to reflect the attribute internally.
Beta Was this translation helpful? Give feedback.
All reactions