There is no predefined mask for the behavior you described. However, you can use RegEx mask type with the edit mask: "\d{1,4}(\.\d+)?" to achieve it. If you also need negative numbers to be entered into the editor, you can use this edit mask: "-?\d{1,4}(\.\d+)?".
Please try this approach and let me know the result.
RegEx mask
最新推荐文章于 2024-11-03 23:11:44 发布