readonly

configures readonly mode for the input

boolean readonly;

Example

{ view:"counter", readonly:true }

Back to top