Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar.vue: Poor handling of user input. #70

Closed
jonasraoni opened this issue Oct 18, 2019 · 3 comments
Closed

Calendar.vue: Poor handling of user input. #70

jonasraoni opened this issue Oct 18, 2019 · 3 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@jonasraoni
Copy link

It's complex/non-intuitive for the end-user to fill something into the calendar's text input, to the point where it's better to disable it.

I was going to fix, but I just noticed that my PRs were ignored/merged without my name, so I lost the motivation haha 🤪

@jonasraoni
Copy link
Author

Examples:

  • Strange behaviour when a date/time is filled, and you try to edit (press backspace or change something), sometimes it's blocked, sometimes it erases everything, etc.
  • Time/date field when partially filled erases everything

@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Oct 21, 2019
@cagataycivici cagataycivici added this to the 1.0.0-beta.12 milestone Oct 21, 2019
@cagataycivici
Copy link
Member

Sorry to hear about the PR handling, please do not hesitate to provide one for review.

@mertsincan This one is for you, manual input handling should behave like NG or React;

https://www.primefaces.org/primeng/#/calendar
https://www.primefaces.org/primereact/#/calendar

@jonasraoni
Copy link
Author

Hi, I've updated the package to beta.12 and I'm checking on IE11... Here I still have the same problems to edit, so I will keep it disabled.

My opinion: the manual edition should be more permissive, if the model is valid or not is out of the scope of the component (or should be configurable).

@cagataycivici cagataycivici modified the milestones: 1.0.0-beta.12, 1.3.0 Apr 17, 2020
@cagataycivici cagataycivici reopened this Apr 17, 2020
cagataycivici added a commit that referenced this issue Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

3 participants