Dallas

Results 11 issues of Dallas

**What**: Closes #7730 used `validated` property based on TextInput using that property for such styling. example: https://patternfly-react-pr-7806.surge.sh/components/number-input#with-status **Additional issues**:

enhancement :rocket:

Add a property on the CardBody component to make overflow scrollable. In konveyor we are attempting to do this with Panels, but this isn't ideal and makes us workaround some...

DevX

Several table examples are using `number | null` for sortIndex and `'asc' | 'desc' | null` for sortDirection while the sortBy object wants `undefined` instead of `null`. Came up in...

wontfix
bug

Closes #9712 https://patternfly-react-pr-9713.surge.sh/components/clipboard-copy#expanded-with-alternate-title unsure if my verbiage/naming was the best. setting a title will force the title itself to be readOnly (disabled textinput), but a user can still edit the...

wontfix
ux review

See example here: https://www.patternfly.org/components/table/react-demos/#column-management-with-draggable The example is old and attempting to use deprecated/removed `onDrag` props rather than the new `DragDrop`/`Droppable` components. It also appears to be using the deprecated table...

documentation :memo:
bug

**Describe the problem** If you have a wizard load with no steps and then the steps get populated, the wizard will not show them. If you have the wizard loaded...

pinned
bug
Post v6

This is an issue with - [x] Patternfly 5 When stacking flexItems in a column, if a column has charts that expand the height, it will overflow into the next...

bug
wontfix

Currently, the `Truncate` component requires `trailingNumChars` when truncating in the middle. It would be helpful if the component were also able to automatically truncate to where the truncate would leave...

DevX

ClipboardCopy currently truncates at the end. It may be nice in some cases to truncate at the start or middle (similar to how `Truncate` component works). A workaround could currently...

Feature

Currently, using `Truncate` mandates that a popover is included and doesn't give any flexibility with how it is implemented. It would be helpful to have a `noTooltip` prop if we...

DevX
Post v6