问题标签 [numeric-textbox]
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.
kendo-ui - kendo 数字文本框配置,用于在输入文本框时仅限制两个十进制值
kendo numerictextbox 配置,用于在文本框中输入时仅限制两个十进制值,如果可能,请在 jsfiddle 中给出解决方案
例如
给定的输入是1666.66
如果我输入第三个十进制值意味着它不允许输入
当输出来了1666.66
例如:
123.44 = 123.44
12000.56 = 12000.56
angularjs - 如何在 NumericTextbox Kendo UI 滚动条中触发自动保存
我想知道如何在剑道数字文本框中进行自动保存。
我创建了一个小演示,我可以使用普通输入文本进行自动保存(失去焦点或 2 秒不输入值时自动保存),然后我添加了一个 Kendo UI 数字文本框,当我输入一些值或失去焦点时也可以工作,但是,当我更改滚动条中的值时,自动保存不起作用。
<h4>Set Value</h4>
<p>
<input kendo-numeric-text-box ng-model="item.value" style="width: 100%;" required/>
</p>
什么不见了?
谢谢你。
此致。
乔莉妮丝
jquery - JQuery动态数字文本框
我有以下代码只制作一个文本框数字。它工作正常。
但是当我尝试在组合框更改事件上动态地使文本框数字化时,它不起作用。
以下是组合框更改事件处理程序-
有没有办法让它发生?
angular - 使用响应式表单的 HTML 数字输入显示必需的验证器错误而不是无效模式
我正在开发一个 Angular 8 应用程序并遵循反应表单方法。面对数字文本框的问题并复制下面的示例代码。
打字稿:
HTML:
样本输入值:
'-035040958094385-3443-4355'
预期的验证错误:
'无效的年龄值'
实际验证错误:
'年龄是必需的'
xamarin - I'm using Inotify property change.... How does INotifyPropertyChanged work? how to use it?
I don't think this was covered in any tutorial that I've read or done. does any know how is this line works? This is a sample code on how to use sfnumerictextbox, but its default property is object. I need it in double or integer so Inotify came but this line is i don't get. viewModel.Numeric = numericBox.Value == null ? null : (double?)(numericBox.Value); so numeric is equal to null, so what the question mark for? then after question mark is that like if null double perhaps?
And please touch base with Inotifypropertychange.
javascript - 如何正确使用 NumericTextBox 处理带小数点的数字
对不起我的英语,我不会说这种语言。我的问题 - 是否甚至可以使用 Shield UI 小部件 NumericTextBox 作为解析器来输入带小数点的数字?我还没有找到合适的参数。使用 {0:n2} 格式时,输入中的每个数字都进行四舍五入,例如 17.28 变为 17,文本框返回 17.00,123.78 变为 124,然后 124.00。提前感谢您的回答!
html - Syncfusion NumericTextbox 禁用选择
我在我的应用程序中使用来自 Syncfusion 的 Angular NumericTextbox。我们遇到的问题是,当您单击输入时,它会自动选择它。有没有办法禁用它?
问题: https ://gyazo.com/a72bd4aaf4ebda7a98256d31e3959a48
文档: https ://ej2.syncfusion.com/angular/documentation/numerictextbox/getting-started/
HTML:
TS