Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block input #6

Open
wants to merge 1 commit into
base: null_safety
Choose a base branch
from

Conversation

Tim-Revision
Copy link

While implementing this package in our app to improve the esthetics of our side menu we noticed that the inputs are still able to be processed by the main page when the side menu is open. I've tried to circumvent this issue by wrapping the scaffold in an ignore pointer but there is no way to let our ignore pointer know that the close button has been pressed. Thus I propose this change which would allow the input to the main page to be blocked if preferred. This would not be a breaking change but simply add an extra option to the Side Menu.

@Tim-Revision Tim-Revision changed the base branch from master to null_safety August 19, 2021 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant