vuestic-ui icon indicating copy to clipboard operation
vuestic-ui copied to clipboard

Time picker AM/PM bug

Open rustem-nasyrov opened this issue 2 years ago • 1 comments

Vuestic-ui version: 1.4.4

Steps to reproduce

  • npm run serve:book
  • Find a time picker demo
  • Look for the "view" demo
  • Click on the AM, then PM
  • AM/PM switches back to the AM

What is the expected behavior? AM/PM changes correctly without rolling back to the previous value. What is the current behavior? When the current value is AM, and after that clicking on the PM selection changes back to the AM. Other information

Look for debounce handler on the scroll and touch events.

bug

rustem-nasyrov avatar Jun 30 '22 14:06 rustem-nasyrov

@Derranion or I will fix it soon as possible.

rustem-nasyrov avatar Jun 30 '22 14:06 rustem-nasyrov

Fixed in the develop branch, will be released with a 1.5.0 version.

rustem-nasyrov avatar Sep 21 '22 14:09 rustem-nasyrov