Web Component: j-TextboxTags


  • Info
  • HTML
  • JS
  • CSS
  • Meta

j-TextBox Tags

  • Works with Bootstrap

Configuration:

  • required {Boolean} user needs to enter some tag (default: false)
  • placeholder {String} a placeholder for the input
  • height {Number} a controlled height in pixels, optional
  • type {String} target data type for stored values, it can be array (default) or string
  • icon {String} a label icon without ti-, e.g. home
  • label {String} a label (default: innerHTML)
  • disabled {Boolean} can disable this control
  • lowercase {Boolean} converts a value to lowercase (default: false)
  • uppercase {Boolean} converts a value to uppercase (default: false)
  • focus {String} a link to function, it's executed when the input is focused

Other attributes:

Author