Skip to main content

Questions tagged [popover]

A popover is a GUI element visually similar to a popup, except a popover is part of the page from which it is drawn, even though it might obscure part of it.

popover
0 votes
2 answers
38 views

same html popover on different elements positioned in different places

I have a dropdown that I wish to show/hide using html popover API under many different elements. The problem is that popover uses id to detect the target, obviously I can't use one id on multiple ...
lilpigboy's user avatar
0 votes
1 answer
32 views

Properly reload and reformat a Bootstrap Popover after Loading Data with ajax

Let me state first of all that there are a lot of articles out there asking about simply loading an Ajax call's data into a Bootstrap 4.0 popover; this question regards a slightly different topic. The ...
Freerey's user avatar
  • 184
1 vote
0 answers
34 views

Button with popover wrapped in control not working inside menu

I've created control which wraps button and popover. Here is the code: struct PopoverButton<DestinationView: View>: View { let label: LocalizedStringKey let image: String let ...
Jerzy Piechowiak's user avatar
-1 votes
0 answers
29 views

Next.js Hydration failed, button inside a button using Shadcn

I am trying to put Popover with Calendar inside Tabs, but I cant get it working and I get hydration error. 'use client' import {cn} from "@/lib/utils"; import {Popover, PopoverContent, ...
Raian's user avatar
  • 1
0 votes
0 answers
34 views

how to solve Warning: React does not recognize the popoverTarget prop

i was creating an language dropdown and i used new feature popover and thats the problem doesnt recognize it. please help guys code languageDropdaownItem interface IProps { handleClick: () => ...
meylis Gurbanmyradow's user avatar
1 vote
1 answer
62 views

Popover does not appear when a button is tapped inside a List section

Popover functionality breaks when enabled for multiple section buttons, but works as intended when limited to one. struct ContentView: View { var items = ["Note 1", "Note 2", &...
Muhammad Bilal's user avatar
0 votes
1 answer
48 views

Why is the bslib popover not working in R Shiny?

On clicking the "Click Me!" button, I should see a popover with the selectInput widget. But it is not working. Could anyone let me know as why this is not working? ui <- basicPage( ...
Narayan Shubha's user avatar
0 votes
0 answers
36 views

data popover not showing up in modal

I have the following popover buttons in multiple areas of my pages. With onmouseenter and onmouseleave the popover is working just fine placing the info/tip popover next to the button/icon that was ...
rolinger's user avatar
  • 3,016
0 votes
0 answers
17 views

Error: The getter 'mounted' isn't defined for the class 'BuildContext'

In my Flutter app, I am using below package : popover: ^0.2.6+2 While Running the app, Getting below error: ../../Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/popover-0.2.8+2/lib/src/...
Jaimin Modi's user avatar
  • 1,631
0 votes
1 answer
79 views

Bootstrap popover doesn't pop up

I do the simple render users from jsonplaceholder with XMLHttpRequest. And I wanna do the popover for every user. This popover will show the username, email, phone, website. I don't know if this can ...
Yaroslav Demchenko's user avatar
1 vote
0 answers
102 views

What is the solution to this SwiftUI .popover glitch?

Open 'One', then quickly click 'Two' then 'Three'. You will see 2 & 3 both attempt to open a popover at the same time, resulting in no popup appearing. If you unselect one of them then the other ...
trapper's user avatar
  • 11.9k
0 votes
0 answers
25 views

Popover having anchor issues with disableScrollLock prop

React v.18.3.1 react-native v.0.74.1 Materal-UI v.5.15.3 DEMO: CodeSandBox Demo I have a popover which is triggered by an icon button. and closes in the following two scenarios: When the user clicks ...
programming_ritual's user avatar
0 votes
0 answers
30 views

Flatpickr from react-flatpickr

While using the flatpickr in the popover from the material/tailwind-react library when the i select the data from the flatpickr popup is closing i try to stop the propagation using e.stopPropagation ...
kishore lankalapalli's user avatar
1 vote
0 answers
106 views

Close popover with HTML & popover api only?

I'm working with the new HTML Popover API and I was wondering if there was an HTML solution to closing the popover when clicking on one of the anchor elements inside the popover? <button ...
hjaber's user avatar
  • 23
0 votes
1 answer
35 views

Sencha Extjs 7.7.0: pop-over is not displayed in grid component that contains combo box editor (cell editor)

In extjs version 7.7 pop-over is not displayed in grid component that contains combo box editor (cell editor) While this problem does not exist in the previous version 7.6 . Extjs Version 7.7 - With ...
Saeid Dadkhah's user avatar

15 30 50 per page
1
2 3 4 5
147