Create TextEditingController and FocusNode variables
Create a PlutoGrid and PlutoColumn
setShowColumnFilter, set this to be true
Use TextField and put it in filterWidget
In the UI, try to type anything in the TextField
Expected results
You should be able to see the characters you typed in the TextField. If you create a callback function in the onChanged, it should also show you the characters you typed in
Actual results
The entered characters are not entered. Nothing shows up on the onChanged callback or the onSubmitted callback.
MacOS Sonoma 14.5
Device run in debug mode: MacOS, Chrome
The same widget would work fine if it is outside of the pluto grid column filterWidget and on the same page.
I'm new to flutter, so if there's any data that I'm missing, please let me know and I'll try to provide it
Steps to reproduce the bug
Expected results
You should be able to see the characters you typed in the TextField. If you create a callback function in the onChanged, it should also show you the characters you typed in
Actual results
The entered characters are not entered. Nothing shows up on the onChanged callback or the onSubmitted callback.
Code sample
Execution Environment
Flutter version
Flutter 3.19.4
PlutoGrid version
pluto_grid_plus: ^8.4.1
OS
MacOS Sonoma 14.5 Device run in debug mode: MacOS, Chrome
The same widget would work fine if it is outside of the pluto grid column filterWidget and on the same page. I'm new to flutter, so if there's any data that I'm missing, please let me know and I'll try to provide it