how to Manually select an option from the Material select?


Topic: how to Manually select an option from the Material select?

engineer_yasin premium asked 5 years ago

I want to select usa when the button is clicked, how to?

Resources (screenshots, code snippets etc.)

https://mdbootstrap.com/snippets/jquery/engineer_yasin/1725060


Grzegorz Bujański staff commented 5 years ago

Did you try this: $('button').on('click', () => { $('.mdb-select option[value="1"]').attr('selected', 'true') });


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Open

Specification of the issue
  • User: Free
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: 4.12.0
  • Device: PC
  • Browser: Chrome
  • OS: Windows
  • Provided sample code: No
  • Provided link: Yes