问题标签 [vaadin-elements]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
104 浏览

polymer - 如何正确装载聚合物组件

我对加载聚合物元素有疑问。当我配置我的bower.json文件依赖项时没有正确加载。

这是我的 bower.json 文件:

我需要正确加载app-layoutwysiwyg-e. 我做错了什么 ?有什么建议吗?

0 投票
0 回答
118 浏览

javascript - 如何更改 vaadin-select 中 [part="toggle-button"] 的颜色?

我的问题是:如何更改中的自定义[part="toggle-button"]颜色vaadin-select

我已经搜索了如何更改它,但我也无法得到它。请帮忙解决一下,谢谢!

0 投票
2 回答
1817 浏览

javascript - 如何仅在页面内的 vaadin-select 中更改 vaadin-select-text-field 的颜色?

如何仅从页面内的 vaadin-select 更改 vaadin-select-text-field 的颜色?对于 vaadin-select 源,它没有改变。我想自定义页面中的 vaadin-select。谁能给 vaadin-select 设置样式?

我试图改变 vaadin-select 的风格,但没有。这是因为影子根。希望有初级或者高级或者专业的程序员能够解答和解决。

它没有改变颜色。

0 投票
1 回答
24 浏览

combobox - Problems with ComboBox dropdown in vaadin 8

I have got a Vaadin Combobox (Vaadin 8) to which I add two items. I would like that ComboBox to propose all views to which the user is supposed to navigate by a Vaadin NativeButton as described in the code snippet. In spite of the fact that "ContactView" is proposed below the ComboBox as soon as I type a "C", I cannot select "ResourceView" - and yet I have added it to theComboBox. What did I get wrong so that there is no correct dropdown?