dropdown 相关问题

下拉列表是可切换的,用于显示链接列表的上下文叠加等。

Flask - 允许下拉列表中的第一项填充文本框

我正在尝试使用 Flask 并尝试创建一个页面,我可以在其中开始在文本框中输入内容并缩小下拉菜单中显示的内容。我记下了,但我遇到了

回答 1 投票 0

尝试运行 kivy 的 .py 文件时,我不断收到 app.root 中无效实例的错误。当我同时具有滚动视图和下拉列表时,它不起作用

我有一些使用 Python 和 SQLite 的经验,我目前正在学习 Kivy,因为我正在做一个项目。我想写一个问卷调查应用程序来提出问题并从中收集数据以使用...

回答 1 投票 0

React Drop Down with select

您能否建议我可以在此代码中更改什么,或者什么是验证 React Select 的好做法? export const BaseDropDown = function ({options,label = 'apple',}) { 常量 [isOpen,

回答 0 投票 0

收起默认打开

第一次加载页面时,项目“Punti Vendita”打开。 第一次加载页面时,项目“Punti Vendita”打开。 <!doctype html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> </head> <body> <nav class="sidebar-nav"> <ul id="anagraficaRete" class="dropdown dropend mt-lg-4"> <li class="sidebar-item"> <a class="sidebar-link dropdown-toggle" id="navbarDropdown" data-bs-toggle="collapse" data-bs-target="#sottoMenu1" aria-expanded="false"> <i class="mdi mdi-view-dashboard"></i> <span class="hide-menu" id="titleMenu">Anagrafica Rete</span> </a> <!--Punti Vendita --> <ul id="sottoMenu1" class="dropdown dropend"> <li class="sidebar-item"> <a class="sidebar-link dropdown-toggle" id="navbarDropdown" data-bs-toggle="collapse" data-bs-target="#itemSottoMenu1" aria-expanded="false"> <i class="mdi mdi-view-dashboard"></i> <span>Punti Vendita</span> </a> <ul id="itemSottoMenu1" class="dropdown-menu" aria-expanded="false"> <li> <a class="dropdown-item" href="#"> <font color="#ffffff">Gestione Punti Vendita</font> </a> </li> <li> <a class="dropdown-item" href="#"> <font color="#ffffff">Attivazione Sala</font> </a> </li> <li> <a class="dropdown-item" href="#"> <font color="#ffffff">Gruppi Punti Vendita</font> </a> </li> <li> <a class="dropdown-item" href="#"> <font color="#ffffff">Informazione Idoneità</font> </a> </li> </ul> </li> </ul> </li> </ul> </nav> </body> </html> 加载页面时 它必须关闭 现在好了,我怀念崩溃 谢谢

回答 1 投票 0

如何在图片前放置下拉框?

所以我创建了一个画廊页面来保存网站的图像,并且该页面的图像似乎位于我的导航栏下拉框的前面。而且由于下拉框在 ima 后面......

回答 1 投票 0

ngx-bootstrap 下拉失败

从'ngx-bootstrap/dropdown'导入{BsDropdownModule};这是行不通的。 我没有在我的文件夹中找到“下拉菜单” 感谢你们对我的帮助! 我尝试自己添加这个组件,但是它

回答 1 投票 0

EXCEL 365 - 无法获得 4 级下拉菜单以根据其他条件显示数据

使用 UNIQUE 和 FILTER 函数以及数据验证,我正在尝试使用 EXCEL 365 中的多级依赖下拉列表创建房间查找器。 正在提取数据的列表是

回答 1 投票 0

为什么悬停导航栏时我的下拉框不显示?

我创建了一个导航栏,它应该在悬停“药物宣传”时显示一个下拉框。然而,即使我将鼠标悬停在它上面,它也只是像其他人一样改变颜色......

回答 0 投票 0

无法使用赛普拉斯从可搜索下拉列表中选择一个选项

我试图从可搜索的下拉列表中选择一个选项,但出现以下错误: 不需要selectCoverage 赛普拉斯错误 cy.select() 只能在 上调用。你的主题是:... 我试图从可搜索的下拉列表中选择一个选项,但出现以下错误: selectCoverage not needed CypressError cy.select() can only be called on a <select>. Your subject is a: <input placeholder="Select a reason">Learn more cypress/e2e/pageObjects/CancelPage.cy.js:26:90 24 | 25 | > 26 | cy.get('[placeholder="Select a reason"]',{ includeShadowDom: true },{timeOut}).eq(0).select('Coverage not needed') | ^ 27 | 28 | cy.wait(5000); 29 | View stack trace Print to console ChromeChrome 112 1000x660 (25%) 我期待选择一个选项。

回答 0 投票 0

我如何请求使用 JavaScript 接收 python 列表以填充点击时的下拉列表并发回选定的响应?

我是 Javascript 的新手,我想将一个简单的 colour_list 显示为下拉列表并获取选定的颜色响应。 我尝试了以下代码片段,但它显示 Uncaught TypeError: $.fn.get_ent...

回答 0 投票 0

我可以从 Google 表格中的下拉列表自动打开 URL 吗?

现在我有一个下拉列表,它根据所选内容使用 URL 填充相邻的单元格。然后我只需将鼠标悬停在链接上并单击以在浏览器中打开它。我想知道我是否可以...

回答 1 投票 0

如何将枚举动态绑定到下拉列表[关闭]

我的 WPF 应用程序中有下拉菜单,其中的选择是基于其他控件的选定值的动态选择。 目前我正在对选择进行硬编码,例如 - 如果 (dropDown1.SelectedVal...

回答 1 投票 0

使用 Dash Multi-Value Dropdown 的结果作为输入函数的字符串列表返回

我正在尝试在 Dash 中使用多值下拉列表,并在我创建的函数中使用返回值。 这是函数的含义以及调用时的样子: def create_new_card(se ...

回答 0 投票 0

选择下拉列表后在 selenium 脚本执行中面临“屏幕加载”问题

在选择下拉值后,即批准,然后应该启用新段落,但现在在选择下拉页面后继续加载并且段落字段未启用。 我试过...

回答 0 投票 0

在 Geckoview 中选择下拉列表

我正在使用 Kotlin 在 Android studio 上试用 GeckoView 一切正常,除了试图点击选择下拉菜单。 我相信我必须实施 GeckoSession1.PromptDelegate,但我

回答 2 投票 0

下拉菜单在 html 网站中超出屏幕

我有一个购物网站,其中有一个带下拉菜单的导航菜单,每个菜单项都有类似以下下拉菜单的内容: 我有一个购物网站,那里有一个带下拉菜单的导航菜单,每个菜单项都有类似以下下拉菜单的内容: <ul class="shashi" style="width:auto;"> <li class="safw1"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/maincategory/22/3">Necklace Collection</a> <ul> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/4/3">Chokars</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/5/3">Necklace Set / Necklace</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/40/3">Long Har Set/ Har</a> </li> </ul> </li> <li class="safw1"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/maincategory/23/3">Pendant Collections</a> <ul> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/8/3">Pendants Set / Pendants</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/10/3">Pendants with Beads</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/41/3">Pendant With Chain</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/42/3">Religious Pendants</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/43/3">Evil Eye Pendants</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/44/3">Initials &amp; Alphabet Pendants</a> </li> </ul> </li> <li class="safw1"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/maincategory/24/3">Ring Collection</a> <ul> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/11/3">Cocktail Rings</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/12/3">Regular Ring</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/13/3">Couple Rings</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/14/3">Solitaire Ring</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/45/3">Band Ring</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/46/3">Initials &amp; Alphabet Ring</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/47/3">Evil Eye Ring</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/57/3">Mens Ring</a> </li> </ul> </li> <li class="safw1"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/maincategory/25/3">Earing Collection</a> <ul> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/15/3">Ear Cuffs</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/16/3">Hangings</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/17/3">Studs</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/19/3">Jumkas</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/20/3">Chand Balis</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/48/3">Hoops &amp; J-Hoops</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/49/3">Solitaire Studs</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/65/3">TOPS</a> </li> </ul> </li> <li class="safw1"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/maincategory/29/3">Bracelet Collection</a> <ul> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/22/3">Bracelets </a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/28/3">Kada</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/50/3">Evil Eye Kada</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/55/3">Nazariya </a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/62/3">Chain Bracelet</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/63/3">Mangalsutra Bracelet</a> </li> </ul> </li> <li class="safw1"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/maincategory/30/3">Bangle Collection</a> <ul> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/25/3">Bangle</a> </li> </ul> </li> <li class="safw1"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/maincategory/49/3">Accessories</a> <ul> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/29/3">Chains</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/30/3">Timaniya </a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/31/3">Watch</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/32/3">Mangtika</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/33/3">Wrist Bank/ Vaddayaam</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/34/3">BajuBand/Armlet</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/35/3">Toe Rings</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/36/3">Nosepins</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/37/3">Hair Clips</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/38/3">Key Chains</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/56/3">Beads Collection</a> </li> <li class="safw"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/products/61/3">Brooch Lable Pin</a> </li> </ul> </li> <li class="safw1"><a href="https://demo.thebrandchimp.com/jewelit/homecontroller/maincategory/50/3" style="border:none">Temple Collection</a></li> </ul> 我已经将所有下拉菜单的宽度设置为自动,并且有像这样的网格选项 display: grid !important; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; 现在的问题是下拉项超出屏幕,我需要所有下拉项适合屏幕而不超出屏幕, 这是我的直播网址:text 谁能告诉我如何解决这个问题。提前致谢

回答 0 投票 0

我想要一个 plotly 下拉列表来按列唯一值过滤数据框

晚上好! 我有一个像这样的数据框: df = pd.DataFrame({ '距离':[1, 2, 3, 1, 2, 3, 1, 2, 3], '速度':[1, 2, 3, 1.2, 2.2, 3.2, 1.3, 2.3, 3.3], '圈':['第 1 圈','第 1 圈',...

回答 0 投票 0

是否有任何解决方案可以根据 MUI datagrid X 中上一个单元格上选择的下拉菜单更改下拉选项?

在这里输入图片描述 如上图所示, 如果我选择媒体为“COPPER”,我想在技术领域显示不同的下拉选项, 如果我选择“纤维”...

回答 0 投票 0

如何在 javascript 中从 viewbag 附加下拉列表

我正在尝试使用 javascript 创建附加函数。我希望它工作的方式是当我单击添加按钮时,整个 div 应该随着 id 的增加而复制。 我能够创造它......

回答 0 投票 0

查询 SQL 数据库,结果将显示为树视图

我有一个具有三级下拉菜单的剃须刀页面菜单 值保存在 SQL 数据库的三个表中,并与父 ID 链接 表目录 directoryId, 目录名 表部

回答 0 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.