Griddle
Griddle copied to clipboard
Filter PlaceHolder Text not updating
Griddle version
1.3.1
Expected Behavior
Placeholder text for filter is "Search"
Actual Behavior
Placeholder text for filter is "Filter"
Steps to reproduce
The StyleConfig that I upload to my table affects the fontsize but not the place holder text:
const styleConfig = { styles: { Filter: { fontSize: 16, placeholder: "Search" }, } };