Skip to content

fix(select): Rewrite options list generators #172

Merged
pawer13 merged 1 commit intodexma:masterfrom
pawer13:master
Oct 28, 2025
Merged

fix(select): Rewrite options list generators #172
pawer13 merged 1 commit intodexma:masterfrom
pawer13:master

Conversation

@pawer13
Copy link
Copy Markdown

@pawer13 pawer13 commented Oct 21, 2025

For single and multiple selectors by using render functions props


type Option = {
interface Option extends BaseOptionType {
value: string | number;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can also extend from types by using type Option = BaseOptionType & {whathever}

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Every day learning something new :)

@pawer13 pawer13 merged commit 4e287ee into dexma:master Oct 28, 2025
1 check passed
@gkhristian
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 8.0.27 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants