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 a Trickle button is locked/disabled, it will show the text from _trickle._button.text (if it exists). A common customization of ours is to use different button text depending on if it is locked or unlocked. For example:
Trickle button (locked) - "Please complete the content above"
Trickle button (unlocked) - "Click here to continue"
This functionality could be achieved by adding a new property of textLocked to _trickle._button. This would be backwards-compatible since we would not change or remote the text property. We would also want to add ariaLabelLocked and similar properties relating to startText and finalText.
The text was updated successfully, but these errors were encountered:
Subject of the enhancement
When a Trickle button is locked/disabled, it will show the text from
_trickle._button.text
(if it exists). A common customization of ours is to use different button text depending on if it is locked or unlocked. For example:This functionality could be achieved by adding a new property of
textLocked
to_trickle._button
. This would be backwards-compatible since we would not change or remote thetext
property. We would also want to addariaLabelLocked
and similar properties relating tostartText
andfinalText
.The text was updated successfully, but these errors were encountered: