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

Input field #224

Open
neodino opened this issue Dec 13, 2023 · 5 comments
Open

Input field #224

neodino opened this issue Dec 13, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@neodino
Copy link
Contributor

neodino commented Dec 13, 2023

Question

Hello, Is there any suggestion on how to enable input fields?
Trying to figure out how to enable textbox value to be entered on frontend. Maybe another parameter to enable editing?
Thanks!

Code example

chart.topbar.textbox('symbol', '7181.T',align='right',edit=True)
@louisnw01 louisnw01 added the enhancement New feature or request label Dec 17, 2023
@neodino
Copy link
Contributor Author

neodino commented Dec 22, 2023

Actually having the tables cells to be editable with be more useful. Any pointer how to do this. Thanks

@louisnw01
Copy link
Owner

Hey @neodino,

At the moment neither input fields or editable cells are available, however I will look to implement both in a future update.

I'm assuming you would expect changing the values of a cell to also update the python data; would it also be beneficial to have an event that fires anytime a cell is changed?

Louis

@neodino
Copy link
Contributor Author

neodino commented Dec 25, 2023

Right. Cell events will be great. My intention is to use this as a form. My target is to build something that will have a function of order entry . Similarly to what below offers
image

@Iss-in
Copy link

Iss-in commented Jan 21, 2024

yes, i would really like it textboxes can be editable , will be really useful in loading option strike price csv , since date and strike price will also be a parameter in csv name.
as of now we have to enter the entire name at once

@sefgit
Copy link

sefgit commented May 22, 2024

You might want to try this pull request Text edit support #374

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants