select
Here are 635 public repositories matching this topic...
Before posting, please see guidelines for contributing. If you're submitting a bug report, see below.
Bug reports
A bug is a demonstrable problem that is caused by the code in the repository.
Good bug reports are extremely helpful - thank you!
Guidelines for bug reports:
- **Use the GitHub issue
Partial search terms are marked as spelling mistakes and I’ve not found a way to prevent this using standard methods.
Reproduction Link
https://jsfiddle.net/cn8o4s03/
Steps to reproduce
Add [spellcheck="off"]
Optimistically Expected behaviour
Pass attribute to input.
Actual behaviour
Nothing.
Bug description
For a custom tab heading with an input element. It is not possible to insert a space in this input.
It seems that the space is not possible because of this code block:
Plunker/StackBlitz that reproduces the issue
this is a feature request. It would be great to have the same clear button on the right side of multi selects that is available in single selects. On click, this button should delete all selected option in a row.
It could be a good idea to activate this button (and maybe the button on single selects as well) with a new option removeButton
Description:
@change events are not firing properly when changing a simple selected value. @input seems to be working fine.
Steps to Reproduce:
- Go to https://codepen.io/dougkurucz/pen/GRJGGKy?editors=1111
- change the value
Expected Behavior:
- the codepen console should log "change"
Additional Context:
- if you change the registered handler to @input then you will see it correctl
Describe the bug
Highlighting displays encoded text if it contains '&' ( ex: 'Vilnius & Pavilnys' )
Reproducbile example
https://stackblitz.com/edit/angular-g5ufg4
To Reproduce
Steps to reproduce the behavior (if example is not provided):
- Go to https://stackblitz.com/edit/angular-g5ufg4
- start search, by typing in 'a'
- You can view
&
inside the first option
-
Updated
Apr 29, 2020 - Vue
-
Updated
May 1, 2020 - JavaScript
表格内按钮状态/样式修改
(必填)这个需求解决了什么问题 What problem does this feature solve
?表格内有一个或多个操作按钮,我希望在点击这些按钮后显示loading,并在稍后处理完毕后恢复。
(必填)请填写问题链接来描述为什么无法实现该功能,例如(jsfiddle、codesandbox、jsrun) Reproduction link
?如果要实现这样的功能,就需要使用 $event 把原生DOM 事件传入处理方法,但目前vxe-button好像无法这样传入(表格内用原生非vxe-按钮要单独调样式)。
Our selectors are using a custom icon and I want to use it with this component too, is it possible?
-
Updated
Apr 29, 2020 - JavaScript
There needs to be more straightforward examples on how to setup the use of this tool. I am trying to upgrade from select2, and I cannot figure out exactly how to figure out how to setup Selectivity.
Recommend creating concise, clear, and simple examples, beginning with the simplest usage and working to more advanced features. The examples listed here on
Separator not working, fixed by change '||' into '&&' -> logical error
Dropdown height hardcoded leading to missing height modal on dynamic options number, fixed by deleting height on style -> styling error
already created PR in : sohobloo/react-native-modal-dropdown#228
hope this help
-
Updated
Jan 22, 2020 - JavaScript
-
Updated
May 2, 2020 - Python
-
Updated
Apr 30, 2020 - JavaScript
Tested with chrome's developer tools and iphone 6/7/8 simulation. If you click on a multiple select field it does not show a dropdown, instead it automatically selects the first option. You can see this on the Demo page.
When using the test helpers clearSelected
or removeMultipleSelect
, if the clear/remove buttons are not found using the passed selector, warn
is called without all required arguments and throws the following error:
Error: Assertion Failed: When calling
warnyou must provide an
optionshash as the third parameter.
optionsshould include an
id property.
This error is thrown as
-
Updated
Apr 26, 2020 - Vue
If I use
<ion-label floating>Port</ion-label>
together with
<ionic-selectable placeholder="select...">...</ionic-selectable>
the text overlaps each other.
example here: https://stackblitz.com/edit/ionic-selectable-labels-amxcda
in comparison with classic ion-selectable: https://stackblitz.com/edit/ionic-v4-ltw9nj
Any chance there is going to be support for this?
Improve this page
Add a description, image, and links to the select topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the select topic, visit your repo's landing page and select "manage topics."
In the current API documentation https://github.com/selectize/selectize.js/blob/master/docs/api.md, under the "items" section, the
addItem
function does not describe what type or format should thevalue
argument be. It was only after a dug in that I realized it takes a single argument which should be equal to the value attribute of the option tag. I assumed, the type ofvalue
argument would