-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There still needs to be a prop textFilterLabel
for a user to be able to set this text. Otherwise, its still a hard coded value.
@driskull There is a prop
|
@pr3tori4n ok fixme: should we update the doc description? It no longer appears there right? /**
* A text label that will appear next to the input field.
*/ nitpick: Could the text filter just be set by default and not have the fallback in render? This gives the user the ability to get rid of it if they really want to. @Prop() textLabel = Text.filterLabel; |
On second thought no, there needs to be something there or else this component will fail a11y. Updated the comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good once comment updated on doc.
Related Issue: #333
Summary