
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
react-select-2z
Advanced tools
React select2. Basic with multi choice. (Cutomize template option)
Apply perfect-scrollbar
npm install react-select-2z
Import the module in the place you want to use:
// import main.js
import 'select2/dist/js/select2.min.js'
import 'select2/dist/css/select2.min.css'
import 'perfect-scrollbar/css/perfect-scrollbar.css'
// import you component
import ReactSelect2 from 'react-select-2z'
import 'react-select-2z/build/styles.css'
<ReactSelect2
multiple={true}
selectedValues={selected}
options={state}
// templateOption={templateOption} // customize template (option) (html)
// templateDisplay={templateDisplay} // customize selected values (html)
// customCheckSelect={customCheckSelect} // customize check selected
// customFilterData={customFilterData} // customize check search
keyLabel='title'
keyValue='id' // when options = [1, 2, 3, 4...] (no need keyValue & keyLabel)
placeholder='Select item'
// disabled
/>
Some main select2 advance checking...
| props | type | description |
|---|---|---|
| id | ||
| options = [] | ||
| selectedValues = [] | ||
| onChange | ||
| className | ||
| required = false | ||
| disabled = false | ||
| multiple = false | ||
| optionClassName | ||
| selectedClassName | ||
| maximumSelectionLength | number | Need update > 0. Default nolimit |
| keyLabel | list object (key for selected) | |
| keyValue | list object (label for selected) | |
| closeOnSelect | boolean | Default. (False) |
| placeholder | ||
| noFoundData | func | set text when search no data |
| noOptionData | func | set text when no option |
| onHidden | func | |
| select2Config = {} | ||
| templateOption | ||
| templateDisplay | ||
| customCheckSelect | func | |
| customFilterData | func |
Something checking! (idea, v.v..)
npm install
npm run dev
npm run start
MIT
FAQs
React select2 (Hooks). (Customize html for multi-select)
We found that react-select-2z demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.