Is there a way to make the value attribute inside the <input> element store the selected value? #5870
Unanswered
jeny-feldman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Currently the input element has an empty value attribute.
![image](https://private-user-images.githubusercontent.com/112805533/310038500-98ceb1cf-799b-4692-b6a9-8359ec1266dd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTA3NTQsIm5iZiI6MTczOTI5MDQ1NCwicGF0aCI6Ii8xMTI4MDU1MzMvMzEwMDM4NTAwLTk4Y2ViMWNmLTc5OWItNDY5Mi1iNmE5LTgzNTllYzEyNjZkZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNjE0MTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yZDg2ZmJhZGM4NjEzMGIxYmYwMGEwMTA3Mjc0MTdlZmMzYjZmNGM0NTk5NzA5M2JmMDBhYmZiZWUxNTc5ZGFiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.XyJ4MMoeaOXRPdxS0n_LS6BBcDHxyZjTky4EoSpOiww)
Is there any way to make it store the selected value? value="Orange"?
Tried to override it with a custom input but didn't work.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions