typora-copy-images-to | typora-root-url |
---|---|
./assets |
. |
-
Install the widget in your project
-
Include the Custom Input Mask widget on a page where you'd like to display your masked string
-
Configure the widget properties:
Show Label
: Whether to display the labelLabel
: the LabelLabel Width
: the width of the label (corresponds to acol-md-{number}
class) **Leave as 0 to inherit from the previous sibling.Editable
: should the value be editable or read only?
Attribute
: the Attribute to display/editUse Dynamic Mask
: choose yes to have the mask be a result of a microflowMask microflow
: microflow that returns the mask stringMask
: the mask string (if not using microflow)
Placeholder Character
: use a character other than the default_
as your placeholderCustom Mask Placeholder
: use your own requirements for the mask **Update coming soonCustom Mask Definition
: define your requirements **Update coming soonOn Leave Microflow
: execute a microflow when the input loses focus
- To enforce formatting rules like phone numbers, social security numbers, zip/postal codes, etc.
- Only one custom mask placeholder may be defined for now **Update coming soon
See AppStoreWidgetBoilerplate for an example