sardell commented on issue #1380: METRON-1253: Manual pasting of timestamps into the timestamp picker URL: https://github.com/apache/metron/pull/1380#issuecomment-493107444 @ruffle1986 This looks good to me, but I do want to bring up one thing that I noticed that's existed before but is even more pronounced now that we can enter the timestamp manually. In the date picker template, there is a click event that toggles the menu on the input element. I think if a user is manually entering a timestamp, they won't need to see a calendar. In addition, let's say I want to changed the default populated 'now' value to my own custom timestamp. I would double click on the field in order to highlight the 'now' value and replace it with my own value. This quickly opens and closes the calendar. When I go to click on the Apply button, the calendar appears again. I included a gif below to show what I'm talking about. ![date-picker-click-toggle](https://user-images.githubusercontent.com/7304869/57864645-92cec880-77fc-11e9-8c37-e7c2cd3c810b.gif) I think that instead of having a click event on the input, we should maybe have it on the calendar icon. That way, the date picker behaves more like this one from Angular Material. ![angular-material-date-picker](https://user-images.githubusercontent.com/7304869/57864929-0244b800-77fd-11e9-96aa-b0a0bec73ecb.gif) What do you think?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services