bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
635 stars 288 forks source link

TextField Focus issue #1045

Open irshad-hz opened 2 months ago

irshad-hz commented 2 months ago

A Textfield is placed above the plutogrid tabel if i focus that textfield plutogrid first row is focusing automatically in selectWithOneTap mode if i change it to readonly then it is working fine but i want ontap too , is there any way to handel this?

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.

hitashaRajesh commented 4 weeks ago

I also faced a similar issue. A search Text field is placed above the pluto grid table . If i focus that textfield , pluto grid is rebuilt and automatically dismisses the opened keyboard in selectWithOneTap mode. If I change it to readOnly mode then it is working fine but i want that to work in selectWithOneTap mode.