mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: refresh the grid rows after typing text in the text filter (#1533)
Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
@ -152,8 +152,9 @@ class _TextFilterEditorState extends State<TextFilterEditor> {
|
||||
return FlowyTextField(
|
||||
text: state.filter.content,
|
||||
hintText: LocaleKeys.grid_settings_typeAValue.tr(),
|
||||
debounceDuration: const Duration(milliseconds: 300),
|
||||
autoFocus: false,
|
||||
onSubmitted: (text) {
|
||||
onChanged: (text) {
|
||||
context
|
||||
.read<TextFilterEditorBloc>()
|
||||
.add(TextFilterEditorEvent.updateContent(text));
|
||||
|
Reference in New Issue
Block a user