-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Option to disable input placeholder text #15138
Comments
It is a reasonable idea to have it as a setting, thanks for opening an issue over here @JasonWeill. @gianoddone if you or someone else would like to contribute, you can follow #13944 which added |
Thanks for checking it out. I have used notebook to make some interactive math games and enjoy the simplicity of input(). I guess there are other ways that afford more control with widgets, but I got stuck looking for a setting to disable the placeholder--which is impressive by the way--just not what I needed in this case. Not sure I am qualified to contribute just yet, but certainly appreciate the work you all are doing on this project! |
I can contribute by adding this feature! I'll get working on this soon and open a PR. |
@gigoiy Thank you! Please leave a comment on this issue, or chat with us on Discourse or Gitter, if you need help. You can find our community resources here: https://jupyter.org/community |
For reference for anyone wishing to contribute, here is a related pull request which disabled placeholder for password prompts: #16128 |
Is this still open? I would love to work on it. @krassowski @JasonWeill |
@nitesh2920 Thank you for your interest! It looks like #16713 would fix this. I just pinged @krassowski to ask about merging this PR in for Lab 4.4.0, after 4.3.0 is released. |
Problem
#13797 added a placeholder text string for
input()
calls. Developers would like the option to disable this.Proposed Solution
Add an option to disable the placeholder on inputs.
Additional context
See also jupyter/notebook#7063.
The text was updated successfully, but these errors were encountered: