LuccaSA/lucca-ui

daterange-picker - style super broken

Closed this issue · 0 comments

when you use both compact and material input, you cant have a material looking daterangepicker

<div class="lui material input">
	<luid-daterange-picker ng-model="model"></luid-daterange-picker>
	<label>Pick a period</label>
</div>

you can try it on the demo page

issue (ithink) comes from the fact thqat the template for daterange uses fitting input code and when both compact and material styles are activated, you must specify what kind of input you want or just partial style is applied