1.0.23 • Published 9 months ago
@backsystem/select v1.0.23
Select
Getting started
Install the package using your package manager
npm install @backsystem/select
# or
yarn add @backsystem/selectThen import it in your script
import { Basic, Fetch } from '@backsystem/select'And apply it to your selects
// Basic: Without API
document.querySelectorAll('select:not([data-url])').forEach(select => {
Basic.get(select)
})
// Fetch: With API
document.querySelectorAll('select[data-url]').forEach(select => {
Fetch.get(select)
})1.0.22
9 months ago
1.0.23
9 months ago
1.0.21
1 year ago
1.0.20
2 years ago
1.0.19
2 years ago
1.0.18
2 years ago
1.0.17
2 years ago
1.0.16
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
1.0.15
2 years ago
1.0.14
2 years ago
1.0.13
2 years ago
1.0.12
2 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.0
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago