Skip to content
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

[Playground] Add selectable options for complex props (function, container etc) #513

Open
5 tasks
MarkoOleksiyenko opened this issue Feb 21, 2024 · 0 comments
Labels
bug Something isn't working demo
Milestone

Comments

@MarkoOleksiyenko
Copy link
Contributor

Some components have complex props as input and the validator doesn't accept the string as a valid entry.
As an example the ariaValueLabel is a function but if you type: "(value) => "" + value", validator will say that it is an invalid value.
Some components have already the select set up (propsValues.ts), so the following ones need to be augmented with the same behavior:

  • Modal
  • Pagination
  • Progressbar
  • Select
  • Slider
@MarkoOleksiyenko MarkoOleksiyenko added bug Something isn't working demo labels Feb 21, 2024
@quentinderoubaix quentinderoubaix added this to the v1.0 milestone Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working demo
Projects
None yet
Development

No branches or pull requests

2 participants