Web Component: j-Listbox


  • Info
  • HTML
  • JS
  • CSS
  • Meta

j-ListBox

  • NEW dark mode
  • Works with Bootstrap

Configuration:

  • required {Boolean} enables required (default: false)
  • items {String} static items key1|value1, key2 with value, key3|value
  • type {String} can be number (converts String values to Number)
  • datasource {String} path to data-source (must be array)
  • text {String} determines a property name for text (in data-source), default: name
  • value {String} determines a property name for value (in data-source) default: id
  • empty {String} adds an empty field
  • disabled {Boolean} disables this component
  • search {String} enables search box with this value as a placeholder
  • height {Number/String} height (default: 200), string can contain parent, window or .parent_selector
  • multiple {Boolean} true expects Array in path (default: false)
  • exec {String} a link to function which is executed when the user click on the item

Author