-
Notifications
You must be signed in to change notification settings - Fork 238
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
Better Input Extension #818
base: master
Are you sure you want to change the base?
Conversation
Adds various blocks for custom CSS inputs. Focused on remodeling the ask () block.
Fixed some issues
Extension was updated. Merged some blocks, changed some names and functions, added the ability to enable/disable 2 more buttons and fixed some bugs. |
Hey sharkpool? Can you possibly make it so you can force-submit the input? This would be handy for having the "enter" key be another option to submit your inputs. |
its ask and wait which means it should wait, and force submitting the input without the users permission could be annoying due to it having the off chance to force submit a unfinished sentence word, or anything that was typed, i say this because it could be multi-line. if possible it should just be "shift-enter" to submit, or like in the console set it to "enter" and to add a new line set it to "shift-enter" |
That's a good suggestion. Maybe also, Shift enter could create a new line and enter could submit it. It will act as the submit button, but not a replacement of it. |
Hi, so I read the past couple comments. I’ll consider the shift enter thing. I’ll either add it or add a block that allows/doesn’t allow enter to submit. |
Thanks so much! This beats the ask and wait block in every possible way now, I won't have to use that block anymore. |
Thanks :) |
Updated! Added that block and some more 👀 |
Bug fixes and Quality of life stuff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i left some comments
Thanks!!! Updates coming soon :))) |
Fixes n' new stuff
shut up eslint
That #1029 issue wasn't a real issue. It was me complaining... |
VERSION 4.0!!
Adds various blocks for custom CSS inputs. Focused on remodeling the ask () block to be better.