I just discovered this HTML5 feature, and I managed to style some input properties.
So in Chrome this input opens an awesome calendar box and I want to style it. I didn't find anything via Google search. Is there some documentation for chrome date input type of this calendar, and is there a way of styling it?
I'm not interested on cross-browser support, and I don't want to use jQueryUI, or anything like that.
I'm using Angular2 and typescript and just plugging jQuery into that makes my stomach sick.
I'm only going to be using this on Chrome (no other browser support necessary).