Sam

Results 22 comments of Sam
trafficstars

If this one is blocking `PasswordInput` from being progressed, I may as well take this one on so that I can go back and finish `PasswordInput` afterwards. Happy to give...

> it's not even in Firefox yet It's been in every other major browser since September 2023. How long is reasonable to wait for Mozilla to catch up? (genuine question)...

I don't think the `light` prop should be removed in v11. The React library has it marked for removal in v12, doesn't it?

What are the outstanding tasks following the merge of PR #1932?

For number inputs, use the `NumberInput` component. I wouldn't think the intention is for `TextInput` to be used with `type="number"`.

If no one's taken this one, I'll smash it out since it should have some good overlap with `TextInput`.

Is the tooltip for this component being removed? The styles are still included in the [component styles](https://github.com/carbon-design-system/carbon/blob/main/packages/styles/scss/components/text-input/_text-input.scss), but they don't do anything anymore. I've had a bit of a hunt...

> I believe the React library uses a mouseenter event to activate the cds--popover--open class. I would prefer we use pure CSS or perhaps the new [Popover API](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/popover) to achieve...

@theetrain was just returning to this after submitting the draft for `Popover` and when I look at the React example, the tooltip doesn't appear anymore. What should we do?

I've been playing around today getting used to how to contribute for this. I have been working on `TextInput` if you'd like me to take care of that one. I...