0

I need to know how can I get value from dropdown list after I selected it. But I don't need to click the button before pass the value.

Yuvaraj G
  • 1,157
  • 9
  • 17
  • 1
    Could you please add minimal code on what you are having or what you have tried as of now? – Guruprasad J Rao Feb 12 '20 at 09:16
  • There is an event in javascript called onChange ,it will trigger just when new value is selected,Thus you can get value of selected field by creating a function using event argument – Nambi N Rajan Feb 12 '20 at 09:52

1 Answers1

0

You'll need to use Javascript to submit the form after selecting an option.

I can't vouch for this answer but I filed it for future use if I ever wanted to do that. It's beautifully concise.

nigel222
  • 7,582
  • 1
  • 14
  • 22