The Wayback Machine - https://web.archive.org/web/20211118235324/https://github.com/topics/design-systems
Skip to content
#

design-systems

Here are 377 public repositories matching this topic...

ant-design
material-ui
storybook
baseweb
cobaltwhite
cobaltwhite commented Aug 20, 2020

<Select /> and <DatePicker /> don't offer the option of accessing name, id and other props once the onChange handler triggers. An event object with this information is accessible in the onChange handler for <Input />.

Feature description

Provide access to these variables for Select and DatePicker. It is needed when the component is being passed handler functions from an

shomitta
shomitta commented Oct 19, 2021

I need to use combobox for "allowsCustomValue", So I need to trigger event whenever a ENTER key is pressed (not on input change/ selection change) & check the TextEdit value at the time of enter & run command accordingly.

OnSelectionChange/ OnInputChange wont be helpful in this case as we have a requirement to trigger event with custom TextEditValue on pressing Enter.

awesome-software-architecture
style-dictionary
7studio
7studio commented Oct 6, 2021

Hi,

I looked into the CLI part of style-dictonary to construct a similar thing and I found a bug when I run the command style-dictionary test or npx -p style-dictionary style-dictionary test in my case:

npx : 43 installé(s) en 3.911s
/Users/xzalawa/.npm/_npx/19473/lib/node_modules/style-dictionary/bin/style-dictionary:75
  console.error('Invalid command: %s\nSee --help for a list o

Improve this page

Add a description, image, and links to the design-systems topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the design-systems topic, visit your repo's landing page and select "manage topics."

Learn more