Vish

Results 6 comments of Vish

even with viewport this issue exists, I believe the issue is already raised

wouldnt that make testing extremely difficult

Yes, i used a environment variable to determine that ``` if (Cypress.env('enableSnapshots')) { cy.get('.pointer').matchImageSnapshot('sq-cm-arrow-pointer-down') } //to run cypress open --env enableSnapshots=true ``` You can also add these env values in...

@gitbrent thanks, figured out another solution. One more question, how to set scaleHeight and scaleWidth of BLOCK_ARC shape? I believe that option doesn't exist as of now?

@gitbrent thanks, great job btw, all the best with it.

There is one way to restrict selection, how to restrict navigation though?? Restrict selection is below: ``` {{#dp.content class="dropdown-menu demo-datepicker-small"}} {{dp.nav}} {{dp.days minDate=twoDaysAgo}} {{/dp.content}} twoDaysAgo: computed(function() { return moment().add(-2, 'days');...