pluto_grid icon indicating copy to clipboard operation
pluto_grid copied to clipboard

TextField Focus issue

Open irshad-hz opened this issue 10 months ago • 2 comments

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?

irshad-hz avatar Apr 20 '24 06:04 irshad-hz

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

github-actions[bot] avatar May 20 '24 11:05 github-actions[bot]

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.

hitashaRajesh avatar Jun 03 '24 08:06 hitashaRajesh

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

github-actions[bot] avatar Jul 03 '24 11:07 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Jul 18 '24 11:07 github-actions[bot]

Screenshot from 2024-08-29 08-28-12

Line 578 takes focus, try commenting it out.

FedorPRG avatar Aug 28 '24 22:08 FedorPRG