fix: string conversion for select data type misuse - #468
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
paanSinghCoder
approved these changes
Jul 9, 2025
rohanchkrabrty
added a commit
that referenced
this pull request
Sep 1, 2025
* ci: add sync develop main flow (#424) * ci: add sync develop main flow * chore: restructure * fix: streamline sync workflow by adjusting git commands * fix: update sync workflow to use origin/develop for comparison * chore: use `radix-ui` single dependency (#422) * feat (Button): add ghost and text complex variants (#429) feat(Button): add ghost and text complex variants * docs: copy fix (#432) fix: Improve docs text * fix (button): height 2px additional (#431) * Fix/set fixed max width (#436) * fix: set max-width * chore: add width * feat (sidebar): add prop to control collapse/expand (#428) * feat{sidebar): add disableResize prop * fix: add gap between tooltip and cursor * chore: rename disableResize to collapsible * chore: collapsible default true * chore: make collapsible true by default * fix (input-field): set font-family (#440) fix: font-family * docs: symlink readme and add keywords (#439) * chore: symlink readme * chore: add keywords section in package.json * feat: Apsara for VSCode (#435) * chore: use `radix-ui` single dependency * feat: vscode plugin for apsara * chore: package changes * feat: package build changes * feat: documentation improvements * fix: table loader skeleton (#444) * refactor: use local skeleton component in the table * feat: add width props to flex component * feat: add amount v1 component (#423) * feat: add amount component * docs: match docs with code and remove old component * docs: add docs * chore: add comment * refactor: remove duplicated code * chore: rename useGrouping to groupDigits * chore: refactor functions * fix: datatable button color (#448) * refactor: Delete old components and move v1 to root (#426) * refactor: remove old components and move v1 to root * fix: config change to allow old and v1 imports * chore: remove unwanted prop * chore: remove duplicate css * chore: remove unused code * chore: import path changes * chore: delete old style.css * refactor: remove /v1 path in docs * chore: delete error-state docs * docs: correct path in readme * chore: revert to bundler as more suited for browser * refactor: move things to global.d.ts * chore: move amount component * fix (Amount): add default value (#451) feat: add default value as 0 * chore: update package.json (#453) * chore: remove unused dependencies * chore: update plugin metadata * fix: bump scripts (#455) * fix: bump version script * chore: update package * fix: select bug inside form (#457) * chore: remove `clsx` (#460) chore: remove clsx * feat: support for custom operations in FilterChip (#458) * feat: add support for custom operations in filterchip * feat: update filterchip docs * feat: fix unknown columnType * chore: update doc * feat: Update breadcrumb to use composite component pattern (#464) * feat: bradcrumb refactor to use composite pattern * feat: update breadcrumb doc * feat: rename isActive to current * fix: scroll issue on apsara docs (#469) fix: doc table overflow and scroll issue * fix: dropdpown propagation and change handler (#470) * fix: doc table overflow and scroll issue * fix: dropdpown propagation and change handler * fix: string conversion for select data type misuse (#468) * fix: dropdown separator color * fix: string conversion for data type misuse * fix: dropdown separator (#467) fix: dropdown separator color * feat: support for `multiselect` in filterchip (#461) * feat: add support for custom operations in filterchip * feat: update filterchip docs * feat: fix unknown columnType * wip: filterchip multiselect * feat: support multi select alternate label * feat: add support for multiselect in client datatable * fix: avatar props (#477) fix: avatar props * feat: tooltip provider improvements (#475) * feat: tooltip provider * feat: update tooltip doc * chore: remove unused export * feat (Sidebar): add fallback and other changes (#478) * feat: add fallback and rename icon prop * refactor: rename logo prop * chore: remove comment * refactor: change header structure * feat: add asChild support * docs: update mdx * chore: remove headerIcon and title * refactor: rename name to label in Group * docs: update docs * chore: update examples page * fix: remove unused props in sidebar * fix: update docs --------- Co-authored-by: Rohan Chakraborty <irohan1999@gmail.com> * feat: add support for js ts files and use textEdit for completions (#481) * feat: add support for js ts files and use textEdit for completions * chpre: update plugin readme * fix: Sidebar fallback avatar logic (#487) * fix: sidebar fallback avatar logic * feat: update sidebar docs regarding leadingIcon * feat: update sidebar avatar color * fix (Amount): handle big integer in value prop (#482) * feat: support for lint diagnostics in vscode plugin (#483) * feat: add support for js ts files and use textEdit for completions * chpre: update plugin readme * wip: plugin diagnostic * feat: plugin diagnostics * fix: add error handling * Fix (FilterChip): migrate textfield to inputfield and CSS fixes (#490) * chore: migrate textfield to inputfield * fix: select radius and datepicker css fix in the filterchip * fix: add check to apply border to select trigger * feat: support for controlled RangePicker (#494) * feat: ColorPicker component (#486) * wip: color picker * wip: color picker update defaultvalue * feat: colorpicker component * feat: color-picker doc * feat: support for `llms.txt` and `llms-full.txt` (#497) * feat: support for controlled RangePicker * feat: add support for llms.txt and llms-full.txt * chore: fix doc usage, examples and redundant tags * feat: support react 19 (#501) * feat: RSC compatibility (#503) * feat: react rfc compatability * feat: update datatable for rsc * feat: sidebar uncontrolled support (#504) feat: sidebar improvements * feat: range picker improvements (#507) * feat: range picker improvements * feat: remove reset behaviour * feat: add size variant for switch (#508) * feat: AI action buttons for docs (#512) * feat: add ai page actions * feat: docs ai action buttons * fix: ai action button style --------- Co-authored-by: Gaurav Singh <gaurav3017@gmail.com> Co-authored-by: Rishabh Mishra <me@rsbh.dev>
This file contains hidden or 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
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.
Description
This PR updates the select to convert some values to string to handle data type misuse
Type of Change
How Has This Been Tested?
Manual