How to change placeholder of select type filter? #256
Answered
by
KevinVandy
dnjsgur0629
asked this question in
Q&A
-
return (
<MaterialReactTable
columns={mockColumns}
data={mockData}
muiTableHeadCellFilterTextFieldProps={{
placeholder: "yeah"
}}
/>
);It seems that can't change placeholdwr with |
Beta Was this translation helpful? Give feedback.
Answered by
KevinVandy
Dec 15, 2022
Replies: 1 comment 2 replies
-
|
Mui Select Textfields are weird with placeholders. This might be an area for improvement where the library can make the code you suggested just work. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dnjsgur0629
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Mui Select Textfields are weird with placeholders. This might be an area for improvement where the library can make the code you suggested just work.