ZhangYiJiang / jublia-agenda

AY16/17 CS3216 final project - 21st century event agenda
https://agenda-demo.jublia.com/
1 stars 1 forks source link

input type=date not supported by safari and firefox #50

Open twink1e opened 8 years ago

twink1e commented 8 years ago

added modernizr npm package and @type/modenizr, still can't get it to work in dash-board.component

ZhangYiJiang commented 8 years ago

Modernizr only detects whether the browser supports type=date. I don't actually think this is a huge issue - for browsers that do not support it, just add the date format to the placeholder so that the user will write the date out in the correct format. If we need to we can drop in a datepicker widget later on.