# Insert date/time change

**URL:** https://meta.discourse.org/t/insert-date-time-change/188009
**Category:** UX
**Tags:** fixed
**Created:** [April 24, 2021, 8:42pm UTC](https://meta.discourse.org/t/insert-date-time-change/188009 "2021-04-24T20:42:45Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Slowhand](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/slowhand/32/57436_2.png) [@Slowhand](https://meta.discourse.org/u/Slowhand)
#### Post date: [April 24, 2021, 8:42pm UTC](https://meta.discourse.org/t/insert-date-time-change/188009/1 "2021-04-24T20:42:45Z")

</div>

Starting yesterday, I believe, the “Insert date/time” has changed.

 ![image](https://global.discourse-cdn.com/meta/original/3X/4/1/414a73de5049792866aa2bf2e5f3668e4561f0fb.png)

I can no longer click on the “time” and insert the preferred time, now I get a drop-down menu and have to scroll to the correct numbers. This is very cumbersome and I have a terrible time getting the scroll to stop somewhere near where I want it (I’m on desktop).

Can it be put back to fill-in-the-blank?

(what I’m doing right now is just inserting some random time and then editing it to the correct time in the actual post - extra work)

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [April 26, 2021, 1:23am UTC](https://meta.discourse.org/t/insert-date-time-change/188009/2 "2021-04-26T01:23:50Z")

</div>

Oh we moved to a native date picker. @j.jaffeux is there anything we can do here?

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [April 26, 2021, 7:07am UTC](https://meta.discourse.org/t/insert-date-time-change/188009/4 "2021-04-26T07:07:17Z")

</div>

The behaviour you want is actually present, the issue is about css which is not showing you have focus.

I made a PR which should improve this:

[https://github.com/discourse/discourse/pull/12833](https://github.com/discourse/discourse/pull/12833)

You should now correctly see the various focus cases:  
 ![Capture d’écran 2021-04-26 à 09.03.09](https://global.discourse-cdn.com/meta/original/3X/8/6/86291859c0fadf0d85defcbc93b2c25450ab66aa.png)  
 ![Capture d’écran 2021-04-26 à 09.03.37](https://global.discourse-cdn.com/meta/original/3X/8/f/8f02cbf525fb12d0c856e21e275b64f6c93ada6a.png)  
 ![Capture d’écran 2021-04-26 à 09.03.26](https://global.discourse-cdn.com/meta/original/3X/5/3/53fe0af69f9f5c92a346e06c9009dd873e44bce9.png)

From here, you can use up/down arrows, numbers and tab to change it from keyboard.

---

<div class="post-metadata">

### Author: ![Slowhand](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/slowhand/32/57436_2.png) [@Slowhand](https://meta.discourse.org/u/Slowhand)
#### Post date: [April 26, 2021, 1:15pm UTC](https://meta.discourse.org/t/insert-date-time-change/188009/5 "2021-04-26T13:15:00Z")

</div>

Got it! Thanks so much!

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [September 2, 2024, 10:28am UTC](https://meta.discourse.org/t/insert-date-time-change/188009/6 "2024-09-02T10:28:28Z")

</div>


