-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is window.MultiselectDropdownOptions #13
Comments
Hi,
It is a config object used to initialize MultiselectDropdown at load time.
Possible fields and default values are:
{
search:true,
height:'15rem',
placeholder:'select',
txtSelected:'selected',
txtAll:'All',
txtRemove: 'Remove',
txtSearch:'search',
}
Admir
From: andrewlik ***@***.***>
Sent: Wednesday, March 27, 2024 8:45 PM
To: admirhodzic/multiselect-dropdown ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [admirhodzic/multiselect-dropdown] What is window.MultiselectDropdownOptions (Issue #13)
Howdy, I'm trying to implement this functionality but the workspace I'm in is stuck in JavaScript IE so I've had to do some "translations" to code JS IE can read to try and get this to work
What is window.MultiselectDropdownOptions? I see it in the JS fine but nowhere in the JS or HTML file do I see that specific parameter being written. I'm trying to call the MultiselectDropdown function but I'm not sure what to pass in, tried passing in the .options of my selection box but it doesn't like that so I'm a bit stuck
—
Reply to this email directly, view it on GitHub <#13> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AALPZFC5EAWQKLEHSD6EK3LY2MOVFAVCNFSM6AAAAABFLQ3ZPGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTCNZWHA3TMMI> .
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
So I am having a wierd issue now |
Howdy, I'm trying to implement this functionality but the workspace I'm in is stuck in JavaScript IE so I've had to do some "translations" to code JS IE can read to try and get this to work
What is window.MultiselectDropdownOptions? I see it in the JS fine but nowhere in the JS or HTML file do I see that specific parameter being written. I'm trying to call the MultiselectDropdown function but I'm not sure what to pass in, tried passing in the .options of my selection box but it doesn't like that so I'm a bit stuck
The text was updated successfully, but these errors were encountered: