David Conner
David Conner
Links to spec: https://pages.github.ibm.com/ai-applications/design/components/datatable/columncustomization#column-resizing https://pages.github.ibm.com/cdai-design/pal/patterns/data-table/resizable-columns
@bjornalm Is this epic closed by your recent work on the Table. If not, what other issues are linked?
I think you could hide the step buttons based off the step value. Is there a reason why Carbon limits this to a number only?
@hsharma1-ibm-maximo in the meantime you can just pass in a decimal `0.001` and this will allow you to add floating point values without triggering validation error.
@tw15egan I have submitted a PR to add this functionality.
> Hi @davidicus , will PR contain changes related to pattern requirement also ? The PR adds the ability to pass in "any" as a value to `step`.
> As per current component implementaion pattern="^\d*(.\d{0,2})?$" is hardcoded in the render method and there is no provision to override that. We have a requirement where field can have values...
@jessieyan This usually needs to have it rendered in a portal, in order to break out of an overflow:hidden container, like our cards we need to be able to do...
We can surface a prop to allow people to render in portal or not but we need to have the dropdown not detach even when it is rendered in portal.
> @davidicus I saw you left a review comment earlier but I couldn't find it in the PR. I had deleted the comment after I saw you were returning a...