Dmitry Volynkin

Results 55 comments of Dmitry Volynkin

I need this feature too! Sometimes I have only zero values and auto axis sets up to -1 to 1, but negative values are impossible for my data.

@phoenixlike https://github.com/plotly/plotly.js/issues/400#issuecomment-353510549

Sorry. You can only validate after selection

@Saif03 Datepicker supports custom validation, but not on time when you selecting the second date.

may be it's because you forgot `"`? near `[value]="dates`. Also never mix ngModel + value

@Nerr1x Yes I can

@Nerr1x Try to catch focus event from input and opened+closed event from datepicker in component.

Because it focuses on input again after close https://github.com/SaturnTeam/saturn-datepicker/blob/master/saturn-datepicker/src/datepicker/datepicker.ts#L471