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 manual input doesn't work #1825

Closed
luk9400 opened this issue Nov 24, 2021 · 17 comments
Closed

Calendar manual input doesn't work #1825

luk9400 opened this issue Nov 24, 2021 · 17 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2-portable
Milestone

Comments

@luk9400
Copy link

luk9400 commented Nov 24, 2021

I'm submitting a ...

[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primevue/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=110

CodeSandbox Case (Bug Reports)
https://codesandbox.io/s/o5ctk?file=/src/CalendarDemo.vue

Current behavior
You are unable to manually type in a date (it works only for the timepicker)

Expected behavior
I would like to enter or edit a date manually

Minimal reproduction of the problem with instructions
Try to type in a date in "Basic" or "DateFormat" calendar. There is no cursor. It works only for "Time / 12h".

I think it's due to those two changes bd1b2ab, 3355a3a, where the cell in overlay initially gets focus instead of the input.

Please tell us about your environment:

  • Vue version: 3.2.22

  • PrimeVue version: 3.9.1

  • Browser: [Firefox 93 | Opera 80]

@havist
Copy link

havist commented Nov 24, 2021

Same issue here.

@cavanh
Copy link

cavanh commented Nov 28, 2021

Same.

@shoeb-howlader
Copy link

facing same issue

@mertsincan mertsincan added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Dec 6, 2021
@mertsincan mertsincan added this to the 3.10.0 milestone Dec 6, 2021
@yigitfindikli yigitfindikli self-assigned this Dec 6, 2021
yigitfindikli added a commit that referenced this issue Dec 7, 2021
@titou10titou10
Copy link
Contributor

titou10titou10 commented Mar 29, 2023

Is this working for you?
Not for me with primevue v3.26.1 and vue 3.2.32...
I'm not able to enter the date manually

<Calendar
  v-model="dateOperation"
  :number-of-months="2"
  :input-style="{ width: '7rem' }"
  date-format="yy-mm-dd"
/>

@Chrisposure
Copy link

Same here! When will this be fixed?

@StrikeAgainst
Copy link

StrikeAgainst commented May 24, 2023

Same issue here. Once I click on the input field, a focus event is fired, directly followed by a blur event. The cursor flashes for a split second. It seems to me like the calendar popping up is seizing focus from the input field. Please fix this soon!

@mv-ics
Copy link

mv-ics commented Jun 1, 2023

Same here. Worked for me some time ago, stopped working with an update to the latest PrimeVue some weeks ago.

@stoked74
Copy link

stoked74 commented Jun 9, 2023

Same here.

@schreibermerc
Copy link

For me it is also not working in 3.31.0.
Are there any news, when this will be fixed?

@omzy
Copy link

omzy commented Aug 14, 2023

It seems this issue has resurfaced, from a release at some point this year.

Can this issue be re-opened please, or do you need us to log another issue?

@SwenVogel
Copy link

I have the same problem with version 3.32.0. This issue should be reopened.

@bdebut01
Copy link

+1 with 3.32.0

@bdebut01
Copy link

Link to (currently) Open issue
#3624

@dragomirweb
Copy link

+1 with 3.25.0

@berkanyldrim
Copy link

+1 with 3.28.0

@agm1984
Copy link

agm1984 commented Sep 18, 2023

+1 with 3.23 and 3.34.

@trajano
Copy link

trajano commented May 8, 2024

+1 3.49.0
The test I had was set manual input to true and specify a min and max date range
I enter the value manually but when I press tab the data disappears.

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 vue2-portable
Projects
None yet
Development

No branches or pull requests