Skip to main content
0 votes
1 answer
158 views

I am using the Calendar component from ShadCN UI inside a Popover in a React + Vite project. When I click the trigger button, the Popover opens, but the calendar is not interactive - I cannot select ...
ritwik satghare's user avatar
1 vote
1 answer
158 views

How to prevent the button background darkening after closing a popover? The attached gif shows the button becoming darker before it resets to glass. Here is the code for the button and the popover: ...
Sebastian Fay's user avatar
-1 votes
2 answers
188 views

On one of my app screens, when a user taps a Button on a .toolbar, it displays a popover that has a list of file links. When a link is tapped, a fullScreenCover should appear displaying the contents ...
Ser Pounce's user avatar
  • 14.3k
0 votes
0 answers
134 views

I do not understand why the question has been closed. The problem was definitly not caused by a typo. Simply copy the code I provided into a new Swift project and run the app. You should be able to ...
Andrei Herford's user avatar
1 vote
1 answer
183 views

When showing a popover: struct ValueRowView<Content: View, PopoverContent: View> : View { let label: String let value: Content @State private var showPopover: Bool = false let ...
meaning-matters's user avatar
1 vote
1 answer
123 views

For the following HTML code (with AlpineJS syntax), I intent to create dynamic anchors for each entry. This works for the popover, but how can I set it for the button as well? <!-- looping ...
Simon Ferndriger's user avatar
0 votes
0 answers
25 views

The DateWrapper popover is appearing at the top-left side of the button. I've tried fixing it, but it's still not working. how to fix it? <Box sx={{ display: "flex", ...
Anjali Gupta's user avatar
4 votes
1 answer
133 views

I can't access context in HTML, although the feature is already there in an official document. HTML <button type="button" class="btn btn-primary" triggers="manual&...
Sunny Prajapati's user avatar
0 votes
0 answers
63 views

I would like to create a modal (similar to Bootstrap's modals) with <dialog popover>. I want the scroll bar to be in the page, not in the modal -<dialog>. Here is the code: <button ...
Beautiful Css's user avatar
0 votes
1 answer
85 views

In my very simple layout, I would like to display a popover using the minikin/popover package. The popover does appear. However, the arrow underneath it is not visible (except for a very slight shadow)...
goofy4224's user avatar
  • 330
1 vote
1 answer
121 views

I am working with a SwiftUI List on macOS, and I have a popover view that I need to show from each row. I have an implementation that works but it shows the popover from one fixed point on the row. I ...
Z S's user avatar
  • 7,577
0 votes
1 answer
387 views

I need to implement a Popover primitive that always appear on top of all other elements in the page, I tried to see if some well known solutions have this implemented but it seems in all cases the ...
roy riojas's user avatar
  • 2,536
1 vote
2 answers
341 views

In SwiftUI on iOS, I have some data that I want to display in a popover. It has to be in a list because I want it to be able to utilize swipeActions. The problem is that for some reason, lists don't ...
Ser Pounce's user avatar
  • 14.3k
2 votes
2 answers
70 views

In a pure HTML/CSS website (no JS) with a traditional body structure (header, main and footer), the header contains some buttons for navigation or locale selection using the Popover API. The resulting ...
marcp's user avatar
  • 21
1 vote
4 answers
640 views

I am implementing simple popover elements across my website. They take c. 80% of the viewport's width, so I have enabled a blur effect backdrop around the popover. .mb_popbox::backdrop { backdrop-...
Peter's user avatar
  • 2,729

15 30 50 per page
1
2 3 4 5
147