Leif Olsen

Results 24 comments of Leif Olsen

Hello @que-etc Thank you for your feedback. - document.resizeObservers. I'll unexpose the array. - getBoundingClientRect. I'll use clientWidth/Height as you suggests - SVG. The idea was to leave SVG until...

See also: https://www.w3.org/TR/html-aria/#sec-strong-native-semantics

@juanpmarin-infocorp Thanks for your comment. This is a feature we'll need in the project I'm working on right now. The user story for this is a few sprints ahead, so...

Hello @dinkzilla: Thank you for reporting this - and thank you for wanting to help. We have not had a need for nested accordion in our applications, so it is...

Hello @dinkzilla, I'll try to take a look at this over the weekend. There is much to do at work, so unfortunately I have not had time to look at...

Hello, Still working out of office. Will start øooling into this during next week. Regards Den torsdag 10. november 2016 skrev Matt Dinkel [email protected] følgende: > So the data in...

Is the generated id correct? When I inspect the first textfield component in the [examples page](https://tleunen.github.io/react-mdl/components/textfield/) I see the following output. ``` html Text... ``` The third textfield it has...

If the only purpose of an id is correlating label and input it may be desirable to automate this task. Maintenance of identifiers can quickly become messy, especially when the...

My knowledge of React is, for now, relatively limited. We does not use server side rendering. Inside the render() method I use this this to generate a random id: ```...

As i mentioned, the only purpose of the id is to correlate label and input for screen readers. If the id varies between page loads does not matter, as long...