input
Here are 952 public repositories matching this topic...
I suggest to include suffix it would be useful for the unit
example:
150 sqm, 6 ft and 5 km
To reproduce the error or describe your requirement with a jsfiddle url would be appreciated:
- Fork this with vanilla JS component: https://jsfiddle.net/nosir/kbaxx64s/
- Fork this with React JS component: https://jsfiddle.net/nosir/gLLsrxxf/
If it's mobile related, please specify your devi
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 the value 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 of value argument would
-
Updated
Sep 15, 2018 - JavaScript
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 8, 2020 - Go
表格内按钮状态/样式修改
(必填)这个需求解决了什么问题 What problem does this feature solve
?表格内有一个或多个操作按钮,我希望在点击这些按钮后显示loading,并在稍后处理完毕后恢复。
(必填)请填写问题链接来描述为什么无法实现该功能,例如(jsfiddle、codesandbox、jsrun) Reproduction link
?如果要实现这样的功能,就需要使用 $event 把原生DOM 事件传入处理方法,但目前vxe-button好像无法这样传入(表格内用原生非vxe-按钮要单独调样式)。
-
Updated
Jul 15, 2020 - C++
-
Updated
May 6, 2020 - JavaScript
The README and provided example has:
let suggestions = states().filter((state) => {
return state.name.toLowerCase().slice(0, inputLength) === inputValue
})I think it should be something equivalent to:
const suggestions = states().filter(
state =>
inputLength > 0 &&
state.name.toLowerCase().slice(0, inputLength) === inputValue
)Otherwise the sug
It would be nice to remove some useless backets on documentation code.
Example:
<TextInputMask
type={'cpf'}
value={this.state.cpf}
onChangeText={text => {
this.setState({
cpf: text
})
}}
/>It would be better a example like this
<TextInputMask
type='cpf'
value={this.state.cpf}
onChangeText={text => {
this.setState({
-
Updated
Jul 13, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
Task Description
let ct = Crossterm::from_screen(&alternative.screen);
let cursor = ct.cursor();
cursor.hide();
When switching back -- dropping the new screen that was created just for the alternative screen; the terminal still has the cursor hidden.
Notice how the code, upon closing, re-establishes some default state like showing the cursor back into stdout. Not sure if Unix-y
-
Updated
Apr 28, 2020 - Swift
I'm trying to use Hyperform to detect when the form switches between an invalid and valid state so I can switch disabling of the submit button.
If I monitor the "valid" event on the form it keeps getting triggered even though elements within the form are still invalid.
If I run form.checkValidity() on startup each field will indicate an "invalid" event and checkValidity returns false. It see
It would help contributors if we made getting started an easy process.
The process is basically the git flow...
- Make an issue to propose your change
- Fork the repo
- Make your changes
- Add tests
- ensure all tests pass
- Make a pull request referencing your original proposal
- Get recognition (crate CONTRIBUTORS.md?)
I think it'll be useful if we can an option to display the chips under the input box instead of at the top as in cases when there are a lot of chips, the input keeps shifting down. it'll be nice to have the input stay at the top and the chips displayed under it. Take a look at the following pic.
}, 'i');
But if you type special characters in the autocomplete textinput (like + and others) it will crash the app. Special characters must be escaped.
An example fix:
const regex = new RegExp(${query.trim().replace(/[-[]/{}()*+?.\^$|]/g, "\$&")}}`, 'i
-
Updated
Jul 8, 2020 - C++
Improve this page
Add a description, image, and links to the input topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the input topic, visit your repo's landing page and select "manage topics."
e.g.
isPassportNumber, etc.