-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat : combobox for multiselect and search features #32
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
akula-koteswarudu
commented
Aug 4, 2022
•
edited
Loading
edited
- create a new component combobox using RC-SELECT.
- added styles for both dark and light themes.
- added storybook.
- combobox for multiselect and search feature #31
combobox provides multi select and search features BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to use combobox. combobox for multiselect and search feature raystack#31
rsbh
approved these changes
Aug 8, 2022
ravisuhag
pushed a commit
that referenced
this pull request
Aug 31, 2022
* feat: update antd select to radix select (#28) * updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> * feat: updated antd radio to radix (#30) * updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder * Changed antd radio to radix * chore: changed storybook for Radio * fix: updated yarn lock to fix rollup plugin version issue * feat: replaced antd slider with radix slider * feat: removed antd from image * feat: removed antd tag and created a new tag component * feat: added a simple preview option to Image Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> * feat : combobox for multiselect and search features (#32) * updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder * Changed antd radio to radix * chore: changed storybook for Radio * fix: updated yarn lock to fix rollup plugin version issue * feat: replaced antd slider with radix slider * feat: removed antd from image * feat: removed antd tag and created a new tag component * feat: added a simple preview option to Image * feat: created a new component combobox combobox provides multi select and search features BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to use combobox. combobox for multiselect and search feature #31 * style: minor styling changes Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> * fix: lint issues * chore(release): publish v0.7.1-alpha.0 * ci: add npm whoami to debug * chore(release): publish v0.7.1-alpha.1 * ci: fix lerna publish * chore(release): publish v0.7.1-alpha.2 * ci: update npm registry * chore(release): publish v0.7.1-alpha.3 * feat : added features to combobox , select , radio, tag , switch and slider (#33) * updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder * Changed antd radio to radix * chore: changed storybook for Radio * fix: updated yarn lock to fix rollup plugin version issue * feat: replaced antd slider with radix slider * feat: removed antd from image * feat: removed antd tag and created a new tag component * feat: added a simple preview option to Image * feat: created a new component combobox combobox provides multi select and search features BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to use combobox. combobox for multiselect and search feature #31 * style: minor styling changes * feat: added radio button feature to radio and changed combobox to hide content properly radio button feature supports to insert custom components into radio group and combobox will now hides the content using ellipsis when the screen is minimized. * feat: added tooltip for slider and changed tag to hide the content using ellipsis when required * fix: fixed select so that it will be rendered correctly even if no initial value is given * chore: added styles to radio and switch * feat: added enable tag feature for combobox in form and fixed placeholder content hiding Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> * chore(release): publish v0.7.1-alpha.4
ravisuhag
added a commit
that referenced
this pull request
Aug 31, 2022
* updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder * feat: update antd select to radix select (#28) * updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> * Changed antd radio to radix * chore: changed storybook for Radio * fix: updated yarn lock to fix rollup plugin version issue * feat: replaced antd slider with radix slider * feat: removed antd from image * feat: removed antd tag and created a new tag component * feat: added a simple preview option to Image * feat: updated antd radio to radix (#30) * updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder * Changed antd radio to radix * chore: changed storybook for Radio * fix: updated yarn lock to fix rollup plugin version issue * feat: replaced antd slider with radix slider * feat: removed antd from image * feat: removed antd tag and created a new tag component * feat: added a simple preview option to Image Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> * feat: created a new component combobox combobox provides multi select and search features BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to use combobox. combobox for multiselect and search feature #31 * style: minor styling changes * feat : combobox for multiselect and search features (#32) * updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder * Changed antd radio to radix * chore: changed storybook for Radio * fix: updated yarn lock to fix rollup plugin version issue * feat: replaced antd slider with radix slider * feat: removed antd from image * feat: removed antd tag and created a new tag component * feat: added a simple preview option to Image * feat: created a new component combobox combobox provides multi select and search features BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to use combobox. combobox for multiselect and search feature #31 * style: minor styling changes Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> * fix: lint issues * chore(release): publish v0.7.1-alpha.0 * ci: add npm whoami to debug * chore(release): publish v0.7.1-alpha.1 * ci: fix lerna publish * chore(release): publish v0.7.1-alpha.2 * ci: update npm registry * chore(release): publish v0.7.1-alpha.3 * feat: added radio button feature to radio and changed combobox to hide content properly radio button feature supports to insert custom components into radio group and combobox will now hides the content using ellipsis when the screen is minimized. * feat: added tooltip for slider and changed tag to hide the content using ellipsis when required * fix: fixed select so that it will be rendered correctly even if no initial value is given * chore: added styles to radio and switch * feat: added enable tag feature for combobox in form and fixed placeholder content hiding * feat : added features to combobox , select , radio, tag , switch and slider (#33) * updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder * Changed antd radio to radix * chore: changed storybook for Radio * fix: updated yarn lock to fix rollup plugin version issue * feat: replaced antd slider with radix slider * feat: removed antd from image * feat: removed antd tag and created a new tag component * feat: added a simple preview option to Image * feat: created a new component combobox combobox provides multi select and search features BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to use combobox. combobox for multiselect and search feature #31 * style: minor styling changes * feat: added radio button feature to radio and changed combobox to hide content properly radio button feature supports to insert custom components into radio group and combobox will now hides the content using ellipsis when the screen is minimized. * feat: added tooltip for slider and changed tag to hide the content using ellipsis when required * fix: fixed select so that it will be rendered correctly even if no initial value is given * chore: added styles to radio and switch * feat: added enable tag feature for combobox in form and fixed placeholder content hiding Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> * chore(release): publish v0.7.1-alpha.4 * feat: removed antd input and created a new input component from scratch * feat: created a new checkbox component using radix and updated it in filters * feat: created a new text component from scratch which provides different text styles * feat: created a new tooltip component which supports 12 placement positions * feat: replaced radix icon with a new component built from scratch * feat: replaced antd button component with a new component buitl from scratch * feat: updated confirm modal styles * feat: replaced antd popover with radix popover component * feat: replaced antd notification component with radix toast * feat: replaced antd tabs component with radix tabs * feat: replaced antd sidebar with a new sidebar component * chore: updated theme styles Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> Co-authored-by: akula-koteswarudu <60617676+akula-koteswarudu@users.noreply.github.com> Co-authored-by: akula-koteswarudu <koteswaruduakula@gmail.com> Co-authored-by: Rishabh Mishra <me@rsbh.dev>
ravisuhag
pushed a commit
that referenced
this pull request
Aug 31, 2022
* updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder * feat: update antd select to radix select (#28) * updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> * Changed antd radio to radix * chore: changed storybook for Radio * fix: updated yarn lock to fix rollup plugin version issue * feat: replaced antd slider with radix slider * feat: removed antd from image * feat: removed antd tag and created a new tag component * feat: added a simple preview option to Image * feat: updated antd radio to radix (#30) * updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder * Changed antd radio to radix * chore: changed storybook for Radio * fix: updated yarn lock to fix rollup plugin version issue * feat: replaced antd slider with radix slider * feat: removed antd from image * feat: removed antd tag and created a new tag component * feat: added a simple preview option to Image Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> * feat: created a new component combobox combobox provides multi select and search features BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to use combobox. combobox for multiselect and search feature #31 * style: minor styling changes * feat : combobox for multiselect and search features (#32) * updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder * Changed antd radio to radix * chore: changed storybook for Radio * fix: updated yarn lock to fix rollup plugin version issue * feat: replaced antd slider with radix slider * feat: removed antd from image * feat: removed antd tag and created a new tag component * feat: added a simple preview option to Image * feat: created a new component combobox combobox provides multi select and search features BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to use combobox. combobox for multiselect and search feature #31 * style: minor styling changes Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> * fix: lint issues * chore(release): publish v0.7.1-alpha.0 * ci: add npm whoami to debug * chore(release): publish v0.7.1-alpha.1 * ci: fix lerna publish * chore(release): publish v0.7.1-alpha.2 * ci: update npm registry * chore(release): publish v0.7.1-alpha.3 * feat: added radio button feature to radio and changed combobox to hide content properly radio button feature supports to insert custom components into radio group and combobox will now hides the content using ellipsis when the screen is minimized. * feat: added tooltip for slider and changed tag to hide the content using ellipsis when required * fix: fixed select so that it will be rendered correctly even if no initial value is given * chore: added styles to radio and switch * feat: added enable tag feature for combobox in form and fixed placeholder content hiding * feat : added features to combobox , select , radio, tag , switch and slider (#33) * updated antd select to radix select * changed switch from antd to radix * changed switch in formBuilder * added story for switch and fixed props for select in FormBuilder * Changed antd radio to radix * chore: changed storybook for Radio * fix: updated yarn lock to fix rollup plugin version issue * feat: replaced antd slider with radix slider * feat: removed antd from image * feat: removed antd tag and created a new tag component * feat: added a simple preview option to Image * feat: created a new component combobox combobox provides multi select and search features BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to use combobox. combobox for multiselect and search feature #31 * style: minor styling changes * feat: added radio button feature to radio and changed combobox to hide content properly radio button feature supports to insert custom components into radio group and combobox will now hides the content using ellipsis when the screen is minimized. * feat: added tooltip for slider and changed tag to hide the content using ellipsis when required * fix: fixed select so that it will be rendered correctly even if no initial value is given * chore: added styles to radio and switch * feat: added enable tag feature for combobox in form and fixed placeholder content hiding Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> * chore(release): publish v0.7.1-alpha.4 * feat: removed antd input and created a new input component from scratch * feat: created a new checkbox component using radix and updated it in filters * feat: created a new text component from scratch which provides different text styles * feat: created a new tooltip component which supports 12 placement positions * feat: replaced radix icon with a new component built from scratch * feat: replaced antd button component with a new component buitl from scratch * feat: updated confirm modal styles * feat: replaced antd popover with radix popover component * feat: replaced antd notification component with radix toast * feat: replaced antd tabs component with radix tabs * feat: replaced antd sidebar with a new sidebar component * chore: updated theme styles Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink> Co-authored-by: akula-koteswarudu <60617676+akula-koteswarudu@users.noreply.github.com> Co-authored-by: akula-koteswarudu <koteswaruduakula@gmail.com> Co-authored-by: Rishabh Mishra <me@rsbh.dev>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.