Topic: issue with a select option value
yaak free asked 6 years ago
Hi,
I have a dropdown list using select and one of the options on the list must be Accepted, but as soon as i put <option value=accepted>Accepted</option> all the drop downs stops working.
Start your code here <div class="md-form"> <select class="mdb-select colorful-select dropdown-primary" name="status" id="status"> <option value="" selected>Show All</option> <option value="deleted">Deleted</option> <option value="new">New</option> <option value="rejected">Rejected</option> <option value="accepted">Accepted</option> </select> <label for="status">Report status:</label> </div>
Add comment
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: Free
- Premium support: No
- Technology: Other
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags