Skip to content
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

Make the hierarchical multiselect a more modular datatype #170

Open
nonprofittechy opened this issue Mar 18, 2023 · 0 comments
Open

Make the hierarchical multiselect a more modular datatype #170

nonprofittechy opened this issue Mar 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@nonprofittechy
Copy link
Member

Currently the major issue is that you need to invoke the JavaScript manually on each input you want transformed with the multiselect code. There are a few ways to fix this--one simple way might be to transform all multi-selects (it's not a commonly used input type in DA interviews). Another might be to tell people who want to use this input to add a custom CSS class on that input, now that Docassemble lets you do that arbitrarily.

Either way a bit of new JS needs to be added to run the multiselect transformer on each of the inputs we decide need it. Possibly best to add an additional JS file to hold this code.

@nonprofittechy nonprofittechy added the enhancement New feature or request label Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant