Andrei Zhaleznichenka
Andrei Zhaleznichenka
> @pan-kot I've added comments per your suggestion. In terms of automated testing, I think a dedicated HTML validator, run globally, would be more effective than AXE here. Might we...
> There is a failing check stage in the PR, is this expected and can it be solved? The visual regression is expected as some styles were touched. It would...
"In the future, if the portal is the final tabbable element, it would be nice to be able to disable the final tab trap so that the focus naturally moves...
Closed in favour of https://github.com/cloudscape-design/components/pull/166
Hello! Cloudscape team is working on implementing the file upload component, please bear with us!
Hello, Apologies for the late reply and many thanks for providing a reproducible example. No additional information is needed - our team will take a look at the problem and...
> Oh, huh. What are the chances you think it'll break selectors in use on customer tests? Hard to tell. The changes are non-zero for sure. If a selector uses...
Hello, It should be possible to set float values as min, max, and step. For example: ``` const [sliderValue, setSliderValue] = useState(0.5); const onChange = ({ detail }) => setSliderValue(detail.value);...
Hello, Thanks for your question. The loading text is not displayed for buttons because it is assumed that when used on an action button with a label the spinner provides...
> > The feature is added in its simplest form: the extra rows are added without col-span which is a debatable design choice and is challenging to introduce due to...