Thomas Lepérou
Thomas Lepérou
I cope with a CORS issue when I request a POST to '/oauth/token' from my local ember client. "XMLHttpRequest cannot load http://localhost:1337/oauth/token. No 'Access-Control-Allow-Origin' header is present on the requested...
# Summary Lay down here the vision and progression of implementing inputs. It's an open discussion; please provide your insights! # Expected Per component, - **headless** implementation - **storybook** -...
# Summary It provided an autocomplete textfield to update the options of a listbox. This component shall be used by other components such as the the country list in the...
# Summary Badges shall use by default status role and content flow DOM elements. Such implementation helps follow the WAI ARIA and HTML practices: ```tsx ``` # Concerns * we...
# Summary Switch component behaves like a input checkbox, but looking like a on/off switch button. Behave as same as a native input checkbox: - keyboard control - accessibile #...