You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im Trying to disable a popover when its not focused. i tried tabindex but its not effecting as expected. so i ended up here.
the use case of this is im trying to make a cms and add element button is hiding when the block is not the current block. but because i cant disable it i can click it via tabs. And also maybe we should add close functionality to !
for example if user clicks a delete button in popover we should be able to close popover programaticly
and there is no open parameter so i cant add false returning function for it and solve the outline by myself.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im Trying to disable a popover when its not focused. i tried tabindex but its not effecting as expected. so i ended up here.
the use case of this is im trying to make a cms and add element button is hiding when the block is not the current block. but because i cant disable it i can click it via tabs. And also maybe we should add close functionality to !
for example if user clicks a delete button in popover we should be able to close popover programaticly
and there is no open parameter so i cant add false returning function for it and solve the outline by myself.
Beta Was this translation helpful? Give feedback.
All reactions