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
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
              Opened
Specification of the issue
              - ForumUser: Premium
 - Premium support: Yes
 - Technology: MDB jQuery
 - MDB Version: 4.12.0
 - Device: PC
 - Browser: Chrome
 - OS: Windows
 - Provided sample code: No
 - Provided link: Yes
 
Grzegorz Bujański free commented 5 years ago
Did you try this:
$('button').on('click', () => { $('.mdb-select option[value="1"]').attr('selected', 'true') });