-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add Drop-down Widget #137
Add Drop-down Widget #137
Conversation
✅ Deploy Preview for boisterous-sunburst-a5c941 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @Antol, thanks for contributing. Can you describe the purpose of this widget, what kind of problems it solves? I also noticed that the dropdown has 100% height and width, which looks surprising, was this your intention? |
@berhalak I will quote the August newsletter "Antol Peshkov has created a simple custom dropdown widget that does exactly what it sounds like." |
drop-down/package.json
Outdated
"version": "0.0.1", | ||
"grist": { | ||
"name": "Drop-down Widget", | ||
"url": "https://antol.github.io/grist-widget/drop-down/index.html", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change the URL to point to this site?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, of course
Description
This pull request adds a new Drop-down Widget to the Grist custom widget collection. The widget provides a simple and compact drop-down menu that can be populated with options from a selected column in a Grist document.
Features
Files Added
drop-down/index.html
: Main HTML structuredrop-down/script.js
: Widget functionalitydrop-down/package.json
: Widget metadatadrop-down/README.md
: Usage instructions and widget descriptionHow to Use
This widget aims to provide a straightforward and useful tool for Grist users who need a compact way to navigate through options in their documents.