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 writing custom placeholders I would like my custom placeholder to have access to the props passed ReactPlaceholder. There are a number of ways you could make this intuitive but the easiest way would just be to pass down the ...rest here. An example usage would be... I have a custom placeholder and I want to pass an aria accessibility role as a prop on ReactPlaceholder like role={'progressbar'}.
The text was updated successfully, but these errors were encountered:
When writing custom placeholders I would like my custom placeholder to have access to the props passed
ReactPlaceholder
. There are a number of ways you could make this intuitive but the easiest way would just be to pass down the...rest
here. An example usage would be... I have a custom placeholder and I want to pass an aria accessibility role as a prop onReactPlaceholder
likerole={'progressbar'}
.The text was updated successfully, but these errors were encountered: