phoneInput: Create a telephone number input control

Usage Arguments

Usage

1
2
3
4
5
6
7
8
phoneInput(inputId, label, value = "", width = NULL, placeholder = NULL,
  ...)

zipInput(inputId, label, value = "", width = NULL, placeholder = NULL,
  ...)

myInput(type, inputId, label, value = "", width = NULL,
  placeholder = NULL, class = "", ...)

Arguments

inputId

The input slot that will be used to access the value.

label

Display the label for the control, or NULL for no label.

value

Initial Value.

width

The width of the input, e.g. '400px', or '100

\item

placeholderA character string giving the user a hint as to what can be entered into the control. Internet Explorer 8 and 9 do not support this option.

A phone input control that can be added to a UI definition. Creates a input for telephone numbers, which is validated using the formance JavaScript Library textInput


carlganz/formancer documentation built on May 13, 2019, 12:44 p.m.