David Menendez

Results 18 issues of David Menendez

i noticed the formatter in the pre-commit hook wasn't working, so i wanted to do some investigating into it. it seems to me like we probably have way too much...

## Design review For [Single Add Select](https://carbon-for-ibm-products.netlify.app/?path=/story/ibm-products-patterns-add-select-singleaddselect-canary--with-hierarchy) ### Standards - [ ] All pattern updates/changes/iterations have been discussed with the component developer - [ ] Patterns have been approved by...

status: ready for design review
component: AddSelect

add select needs to support bulk editing of selections ![Screenshot 2022-06-16 at 15-27-29 Add select Pattern Preview Mode - InVision](https://user-images.githubusercontent.com/6370760/174158037-03e08886-4009-4946-9d8c-e8aeff0ea81b.png) ![Screenshot 2022-06-16 at 15-27-36 Add select Pattern Preview Mode -...

status: blocked
needs: design opinion
component: AddSelect

Contributes to #2342 address a few design issues pointed out during the review * save button is now always visible but when a change hasn't been made it remain disabled...

## Design review [for inline edit refactor (V2)](https://carbon-for-ibm-products.netlify.app/?path=/story/ibm-products-patterns-edit-and-update-inlineeditv2-canary--default) ### Standards - [ ] All pattern updates/changes/iterations have been discussed with the component developer - [ ] Patterns have been approved...

status: ready for design review
component: InlineEdit

I noticed a lot of `Math.random` usage throughout some components and I think at this point it would be more efficient to create a single utility for it.

`CSpell: Files checked: 1241, Issues found: 53 in 19 files` these are the results after fixing the broken `spellcheck` command. most of these appear to be under coachmark so i'll...

type: bug 🐛
Sev 4
role: dev

Contributes to #4756 alleviates styling issue where productive card wasn't flexing to match it's siblings ![Screenshot 2024-04-05 at 12 11 27 PM](https://github.com/carbon-design-system/ibm-products/assets/6370760/87eac629-f677-4414-9b57-caf4917d290d)

as @matthewgallo pointed out [here](https://github.com/carbon-design-system/ibm-products/issues/4043#issuecomment-1971879772) right now the snapshot test is failing. this is primarily because the snapshot test, as far as i can tell, isn't being run anywhere automatically....

type: infrastructure 🤖

Contributes to #4323 adds an optional `shortText` prop that can be used instead of label when a breadcrumb is particularly long. also some slight cleanup.