Skip to content

fix: string conversion for select data type misuse - #468

Merged
paanSinghCoder merged 2 commits into
mainfrom
fix-select-string-value
Jul 9, 2025
Merged

fix: string conversion for select data type misuse#468
paanSinghCoder merged 2 commits into
mainfrom
fix-select-string-value

Conversation

@rohanchkrabrty

Copy link
Copy Markdown
Contributor

Description

This PR updates the select to convert some values to string to handle data type misuse

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor (no functional changes, no bug fixes just code improvements)
  • Chore (changes to the build process or auxiliary tools and libraries such as documentation generation)
  • Style (changes that do not affect the meaning of the code (white-space, formatting, etc))
  • Test (adding missing tests or correcting existing tests)
  • Improvement (Improvements to existing code)
  • Other (please specify)

How Has This Been Tested?

Manual

@rohanchkrabrty rohanchkrabrty self-assigned this Jul 8, 2025
@vercel

vercel Bot commented Jul 8, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
apsara ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 8, 2025 8:38am

@rohanchkrabrty
rohanchkrabrty changed the base branch from develop to main July 8, 2025 08:42
@rohanchkrabrty rohanchkrabrty changed the title fix: string conversion for data type misuse fix: string conversion for select data type misuse Jul 8, 2025
@paanSinghCoder
paanSinghCoder merged commit 78cd212 into main Jul 9, 2025
@paanSinghCoder
paanSinghCoder deleted the fix-select-string-value branch July 9, 2025 05:39
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants