Erik Awwad

Results 11 comments of Erik Awwad

Anyone mind if I take this on? I took a look around and I think this will be simple- where do we document our data models/indices?

What is the state of our support for mj-include? Have we ironed out the potential security issues, WASM support and other considerations? If so, I'd like to see what work...

I don't think native checkboxes support readonly (at least in Chrome). However, I think Svelte Carbon should support them. I'd be down to put in a PR with readonly checkboxes...

Yeah definitely would need to change the main styles too: https://github.com/carbon-design-system/carbon/blob/main/packages/styles/scss/components/checkbox/_checkbox.scss Seems like they are inconsistent between readonly and disabled. Good point on accessibility. I'll hold off on the PR.

I was referring to how they select within that file ``` .#{$prefix}--checkbox:disabled + .#{$prefix}--checkbox-label, .#{$prefix}--checkbox-label[data-contained-checkbox-disabled='true'] { color: $text-disabled; cursor: not-allowed; } ``` vs ``` .#{$prefix}--checkbox-group--readonly .#{$prefix}--checkbox-label, .#{$prefix}--checkbox-wrapper--readonly .#{$prefix}--checkbox-label { cursor:...

Oh cool! I did not see that in the docs I want to do this after building and installing kinda like run does. I'll just use the install command along...

I can take this up some weekend from now if we agree on the behavior

hey @jbertovic just got done with being sick. do you think we should add some authorization starter code in the template? we could just keep this simple by checking if...

I am interested in taking this up.