Replies: 1 comment
-
use setAttribute(name, value) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the
customAttributes
method merges new attributes with existing ones. While this is useful in many cases, there are scenarios where we want to completely replace an attribute rather than merge it.Proposed change:
Add an optional parameter to the
customAttributes
method to allow replacing attributes instead of mergingBeta Was this translation helpful? Give feedback.
All reactions