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
{{ message }}
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
It's really weird, on Mac OS it's not occurring, probably it's a Windows related problem.
Will need to investigate it.
Some solutions that came to my mind is to enforce the focus on the input every time that the dialog appears, and another one is to disable the "Ok" button when no text.
The form validation in regards to disabling ok button definitely makes sense. The autofocus is already implemented and I think that's what might be causing the issue. Maybe the component lifecycle is different on windows. If/when it works, it focuses the input automatically. However, when it's broken, there is no way to focus it at all. Mouse or keyboard. Therefore I think it has something to do with some sort of focus trap or the autofocus functionality.
Describe the bug
Once you delete a node or a value, you will no longer be able to write in a new text-field (when creating new nodes or value)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should work
Screenshots
If applicable, add screenshots to help explain your problem.
App version:
3.0.3
Desktop:
The text was updated successfully, but these errors were encountered: