You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I want to thank the developers and community who put special efforts to release Vuetify components for public.
I have been using Vuetify components for over two years. While the basic components, like buttons, text boxes, select boxes, etc. work flawlessly, the advanced components often have bugs that sometimes, even the basic functionality does not work. And, the situation becomes confusing for a developer (like me) who feels that the component is not working because I am not using it correctly. For example, last week, I tried to use <v-calendar>, and I noticed that Next and Prev buttons don't emit the event, though the documentation, clearly lists next and prev events. It took me quite sometime to realize that these event don't work. Next, I was using my calendar in the 'week' mode and the event slot was not working. Again, it took me sometime to figure out that though the event slot works in the month mode, it does not work in week mode!
In my opinion, the functioning of the Next and Previous buttons and the event slot are the basic needs of a calendar, and they should always work. Perhaps, for each component, someone may check these before releasing/upgrading a component to public. And, in case bugs are posted for non working of the basic features, these may be fixed on priority.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First of all, I want to thank the developers and community who put special efforts to release Vuetify components for public.
I have been using Vuetify components for over two years. While the basic components, like buttons, text boxes, select boxes, etc. work flawlessly, the advanced components often have bugs that sometimes, even the basic functionality does not work. And, the situation becomes confusing for a developer (like me) who feels that the component is not working because I am not using it correctly. For example, last week, I tried to use
<v-calendar>
, and I noticed that Next and Prev buttons don't emit the event, though the documentation, clearly listsnext
andprev
events. It took me quite sometime to realize that these event don't work. Next, I was using my calendar in the 'week' mode and the event slot was not working. Again, it took me sometime to figure out that though the event slot works in the month mode, it does not work in week mode!In my opinion, the functioning of the Next and Previous buttons and the event slot are the basic needs of a calendar, and they should always work. Perhaps, for each component, someone may check these before releasing/upgrading a component to public. And, in case bugs are posted for non working of the basic features, these may be fixed on priority.
Beta Was this translation helpful? Give feedback.
All reactions