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

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -