Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.61 KB

File metadata and controls

33 lines (24 loc) · 1.61 KB
title page_title description slug canonicalLink position
Literals
Literals - MaskedTextBox - Kendo UI for Vue
Use the available globalized mask literals when working with the Kendo UI MaskedTextBox wrapper for Vue.
literals_maskedtextbox_wrapper
3

Literals

The MaskedTextBox provides globalized mask literals which represent static symbols.

Apart from the built-in and customs rules, you can use static symbols in the mask pattern that are also known as literals. In the masked value, a literal is always rendered on the same position on which it is defined in the mask property.

Based on the current culture, the available globalized mask literals are:

  • .—Decimal placeholder. The decimal separator is set according to the current culture used by Kendo UI.
  • ,—Thousands placeholder. The display character is set according to the current culture used by Kendo UI.
  • $—Currency symbol. The display character is set according to the current culture used by Kendo UI.

To escape any of the literals, use the \ character.

{% meta height:100 %} {% embed_file maskedtextbox/literals/main.vue preview %} {% embed_file maskedtextbox/literals/main.js %} {% endmeta %}

Suggested Links