Topic: MDB select and date picker questions

Damien Cussen priority asked 4 years ago


Expected behavior SELECT: When i tab onto the MDB select i would like to be able to trigger the search and set focus to the search box. (So it operates like a standard select as when you type it looks through the lists)

Note the list would have about 40 items in it

DATEPICKER: When i hit enter on an MDB select to select highlighted item the item is selected

Actual behavior SELECT tab index doesn't seem to work and focus on the select and when i click the drop down i have to scroll up to get the select box

DATEPICKER: When i hit enter on an MDB select to select highlighted item the item is selected the date picker triggers. The selection holds but the date picker trigger is the issue.

Resources (screenshots, code snippets etc.)


Mateusz Łubianka staff answered 4 years ago


Hi,

I created an example of code: https://mdbootstrap.com/snippets/jquery/mateusz-lubianka/1502667?action=forum_snippet Could you do something like this? Becouse I don't know how look your js code, so I don't know what exactly are you trying to do.

Best,


Damien Cussen priority answered 4 years ago


Date Picker issue

  1. Activate drop down Drop down actrivate

  2. Highlight and select and hit enter Select

  3. Date Picker Triggers enter image description here

      <div class="col-md-6"> 
            <div class="md-form">
                <input  type="text" name="worksdate" id="worksdate" class="form-control datepicker" value="<%=cpyWDATE%>" required>
                <label for="worksdate">Works Date</label>
            </div>
        </div>
    

Damien Cussen priority answered 4 years ago


Apologies - here you go

When I activate the select I have to scroll up to get this

Snippet for MDB Select

            <div class="col-md-6">        
            <div class="md-form">
                <select class="mdb-select" searchable="Search here.." name="category" id="category" data-visible-options="-1" required>
                            <%=get_category_list)%>
                </select>
                <label for="category">Call Category </label>
                <div class="invalid-feedback">
                    Please select a Call Category.
                </div>
            </div>
        </div>  

Mateusz Łubianka staff answered 4 years ago


Hi Damien Cussen,

I can't see your resources (screenshots, code snippets etc.). Can you try to add it once more? Snippet for example.

Best,



Please insert min. 20 characters.

FREE CONSULTATION

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

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB jQuery
  • MDB Version: 4.10.0
  • Device: PC
  • Browser: Chrome
  • OS: Windows
  • Provided sample code: No
  • Provided link: No