Unable to change content of textbox by name #2162
Answered
by
mtanco
n-srinidhi
asked this question in
Q&A
|
Hi I am trying to change the content field or the text to be displayed in the textbox by name but i am not able to do so. I just need to update the value of the label to the selected |
Answered by
mtanco
Dec 6, 2023
Replies: 2 comments
|
Hi @n-srinidhi! Please provide a minimal example that I can run myself and tell you whether the problem is on our side or yours. Thanks! |
0 replies
|
HI @n-srinidhi ! The code you pasted, |
0 replies
Answer selected by
n-srinidhi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI @n-srinidhi !
The code you pasted,
q['most_graph'].tog_pop_txt.content="Last 3 Months", has a typo in that we wantq.page[].... When I changed to that the text updated. Hope it helps.