Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
448 views
in Technique[技术] by (71.8m points)

html - PrimeNg Calendar not editable

I have 2 instances of PrimeNg Calendar (startData & endDate) inside p-table on a form which is a component inside tabPanel of tabView, displayed on a popup. By default, startDate is filled and endDate is blank. I need both of them to be editable. It works overall, but not reliably: sometimes when the user clicks to edit, the proper calendar is either not coming up, or tries but not opening. It seems to work better on 4K, but not on 1080p where most users are. But if you change focus from startDate to endDate (or move the vertical scrollbar in case of many rows), it usually finally comes up. Both startDate and endDate have enough room to be displayed properly. I use overflow-y: auto; overflow-x: hidden; for that component.

Can you suggest how to make that Edit work more reliable?

Using PrimeNG 6.1.7 and Angular 6.

TIA, Oleg.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...