javascript - HTML Datepicker - Opened by default -


i'm using input of type date. know if there way make datepicker selection panel opened default when user enters in page.

the element this:

<input class="form-control user-success" id="starting-date" name="date" required="" type="date" value="2017-04-07" data-initialized="true"> 

you can display embedded in webpage calling on div instead of input, per official documentation.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -