Web Component: j-TextboxList


  • Info
  • HTML
  • JS
  • CSS
  • Meta

j-TextboxList

  • works with an array

Configuration:

  • icon {String} icon for label
  • label {String} label (default innerHTML)
  • placeholder {String} adds a placeholder text into the input
  • maxlength {Number} sets a maximum length of chars
  • disabled {Boolean} disables this component
  • limit {Number} sets a maximum length of lists
  • error {String} error message when a limit is reached (default You reach the maximum limit)
  • required {Boolean} whether a list is required (default false)
  • type {String} can be email, url, currency, number, date, lower, upper, a-z or empty (default)
  • NEW movable {Boolean} enables changing of position for existing items

Author

Contributor