0.16.2 • Published 12 months ago

compact-select v0.16.2

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

CompactSelect

CompactSelect is a select control that is light in terms of screen realestate but at the same time highly functional

For examples and help compact-select

To install

yarn add compact-select

npm i --save compact-select

Quick start

A simple string list

<CompactSelect
  title="test"
  choices={choices}
/>

Behaviour properties

  • title - select control title and use as a key for caching items
  • maximumSelections - min items that can be selected
  • minimumSelections - max items that can be selected
  • selectType - how the control behaves "standard" | "dropdown" | "switch"
  • choices - available static choices
  • selected - currently selected items
  • itemValue - if using a complex class how to access the key value
  • itemText - if using a complex class how to access the display value
  • itemDisabled - if using a complex class how to access the disabled value
  • typeAheadLookUp - type ahead lookup callback
  • noEmptyStringLookUp - don't loook up if the input string is blank
  • itemSearch? - item search for when pasting from the clipboard
  • cacheLookUp - should the control cache items
  • cacheTimeToLive - how long should items exist for, in seconds
  • cacheExpiryCheck - how often should item expiry be checked, in seconds
  • onChange - notify of change
  • disabled - is control disable
  • loadingText - custom loading text
  • noItemText - custom no item text
  • caseSensitive - perform case sensitive matching
  • toolTipValueLimit - maxium number of items to display in the tooltip

Apperance properties

compact select

  • style
  • selectStyle
  • selectDisabledStyle
  • className
  • disabledClassName
  • inputStyle
  • inputDisabledStyle
  • inputClassName
  • inputDisabledClassName
  • clearSelectionStyle
  • clearSelectionDisabledStyle
  • clearSelectionClassName
  • clearSelectionDisabledClassName
  • titleStyle
  • titleDisabledStyle
  • titleClassName
  • titleDisabledClassName
  • choiceListStyle
  • choiceListClassName
  • dropdownIconStyle
  • dropdownIconDisabledStyle
  • dropIconClassName
  • dropIconDisabledClassName
  • hideDropdownIcon
  • dropdownIcon
  • clearSelectionIcon
  • hideTitle
  • height
  • minHeight
  • maxHeight
  • width
  • minWidth
  • maxWidth

options

  • choiceStyle
  • choiceSelectedStyle
  • choiceHoverStyle
  • choiceDisabledStyle
  • choiceClassName
  • choiceSelectedClassName
  • choiceDisabledClassName
  • choiceHoverClassName
  • choiceSelectedIconStyle
  • choiceSelectedIconClassName
  • choiceSelectedIcon
  • hideSelectedIcon

item display

  • displayStyle
  • displayDisabledStyle
  • displayClassName
  • displayDisabledClassName

Tool tip

  • toolTipClassName
  • toolTipStyle
  • toolTipPosition 'above' | 'below' | 'left' | 'right';

Styling

Add any of the below vairbales to a css/scss file.

:root {
  --compactSelectBackgroundColor: #14061F;
  --compactSelectFontColor: White;
  --compactSelectDisabledBackgroundColor: #353576;
  --compactSelectToolTipBackgroundColor: #5555ad;
  --compactSelectHighlightedBackgroundColor: #9c9ccb;
  --compactSelectBorder: WhiteSmoke solid 2px;
  --pageColor1: rgb(195, 212, 233);
  --pageColor2: #353576;
  --pageColor3: #9c9ccb;
  --pageFont: Black;
}

General

  • --compactSelectFontWeight
  • --compactSelectFontFamily
  • --compactSelectFontSize
  • --compactSelectFontStyle
  • --compactSelectFontColor (default black)
  • --compactSelectBorder (default 2px solid WhiteSmoke)
  • --compactSelectBackgroundColor
  • --compactSelectBackgroundImage
  • --compactSelectDisabledBackgroundColor
  • --compactSelectDisabledBackgroundImage
  • --compactSelectTitleFontWeight (default 100)
  • --compactSelectSelectedItemFontWeight (default bold)

Input box

  • --compactSelectInputTextMaxWidth (default 100%)

Title

  • --compactSelectTitleFontSize (default small)

Option list

  • --compactSelectChoiceListMaxHeight (default 300)

Clear seletion icon

  • --compactSelectClearSelectionIconSize (default large)

Options

  • --compactSelectChoiceSelectedIndicatorBorder
  • --compactSelectSelectedFontColor (default black)
  • --compactSelectSelectedBackgroundColor
  • --compactSelectHighlightedFontColor (default black)
  • --compactSelectHighlightedBackgroundColor (default lightgray)
  • --compactSelectDisabledFontColor (default darkgray)
  • --compactSelectDisabledBackgroundColor (default Gainsboro)
  • --compactSelectSelectedIconSize (default large)
  • --compactSelectSelectedIconColor (default green)
  • --compactSelectChoiceBackgroundImage
  • --compactSelectSelectedBackgroundImage
  • --compactSelectHighlightedBackgroundImage
  • --compactSelectDisabledBackgroundImage

Tool tip

  • --compactSelectToolTipFontColor (default black)
  • --compactSelectToolTipFontWeight
  • --compactSelectFontFamily
  • --compactSelectToolTipFontSize (default small)
  • --compactSelectToolTipFontStyle
  • --compactSelectToolTipTextAlign (default center)
  • --compactSelectToolTipBorder
  • --compactSelectToolTipBackgroundColor
  • --compactSelectToolTipBackgroundImage

Components

  • toolTipComponent
  • choiceComponent
  • displayComponent
0.15.0

1 year ago

0.16.0

1 year ago

0.16.1

1 year ago

0.16.2

12 months ago

0.14.3

1 year ago

0.14.2

1 year ago

0.14.1

1 year ago

0.14.0

1 year ago

0.13.2

1 year ago

0.13.1

1 year ago

0.13.0

1 year ago

0.12.14

1 year ago

0.12.13

1 year ago

0.12.12

1 year ago

0.12.11

1 year ago

0.12.10

1 year ago

0.12.9

1 year ago

0.12.8

1 year ago

0.12.7

1 year ago

0.12.6

1 year ago

0.12.5

1 year ago

0.12.4

1 year ago

0.12.3

1 year ago

0.12.2

1 year ago

0.12.1

1 year ago

0.12.0

1 year ago

0.11.11

1 year ago

0.11.10

1 year ago

0.11.9

1 year ago

0.11.8

1 year ago

0.11.7

1 year ago

0.11.6

1 year ago

0.11.5

1 year ago

0.11.4

1 year ago

0.11.3

1 year ago

0.11.2

1 year ago

0.11.1

1 year ago

0.11.0

1 year ago

0.10.14

1 year ago

0.10.13

1 year ago

0.10.12

1 year ago

0.10.11

1 year ago

0.10.10

1 year ago

0.10.9

1 year ago

0.10.7

1 year ago

0.10.6

1 year ago

0.10.5

1 year ago

0.10.4

1 year ago

0.10.3

1 year ago

0.10.2

1 year ago

0.10.1

1 year ago

0.10.0

1 year ago

0.9.10

1 year ago

0.9.9

1 year ago

0.9.8

1 year ago

0.9.7

1 year ago

0.9.6

1 year ago

0.9.5

1 year ago

0.9.4

1 year ago

0.9.3

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.9.0

1 year ago

0.8.10

1 year ago

0.8.9

1 year ago

0.8.8

1 year ago

0.8.7

1 year ago

0.8.6

1 year ago

0.8.4

1 year ago

0.8.3

1 year ago

0.8.2

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.7.9

1 year ago

0.7.8

1 year ago

0.7.7

1 year ago

0.7.6

1 year ago

0.7.5

1 year ago

0.7.3

1 year ago

0.7.2

1 year ago

0.7.1

1 year ago

0.7.0

1 year ago

0.6.28

1 year ago

0.6.27

1 year ago

0.6.26

1 year ago

0.6.25

1 year ago

0.6.24

1 year ago

0.6.23

1 year ago

0.6.22

1 year ago

0.6.21

1 year ago

0.6.20

1 year ago

0.6.19

1 year ago

0.6.18

1 year ago

0.6.17

1 year ago

0.6.16

1 year ago

0.6.15

1 year ago

0.6.14

1 year ago

0.6.13

1 year ago

0.6.12

1 year ago

0.6.11

1 year ago

0.6.10

1 year ago

0.6.9

1 year ago

0.6.8

1 year ago

0.6.7

1 year ago

0.6.6

1 year ago

0.6.5

1 year ago

0.6.4

1 year ago

0.6.3

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.15

1 year ago

0.5.14

1 year ago

0.5.13

1 year ago

0.5.12

1 year ago

0.5.11

1 year ago

0.5.10

1 year ago

0.5.9

1 year ago

0.5.8

1 year ago

0.5.7

1 year ago

0.5.6

1 year ago

0.5.5

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago