Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122383512
multiselect.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 17, 13:15
Size
192 B
Mime Type
text/x-c++
Expires
Sat, Jul 19, 13:15 (2 d)
Engine
blob
Format
Raw Data
Handle
27475929
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
multiselect.js
View Options
'use strict';
const Select = require('./select');
class MultiSelect extends Select {
constructor(options) {
super({ ...options, multiple: true });
}
}
module.exports = MultiSelect;
Event Timeline
Log In to Comment