Craig Harshbarger

Results 28 issues of Craig Harshbarger

I'm not thrilled with this solution but I don't want to hold up the PR - would you mind opening a ticket describing why this is necessary in prefect-design? _Originally...

# Description It would be a nice UX and devX to support multiple snap points (say 80px, 120px, 300px) and automatically snap to the closest value. Then we could pass...

# Description If an input or a label is in both pending and failed states. The pending styles are used. Which can least to some odd ui where an error...

We currently use native input controls (select, date input, etc) for touch devices. But we need to make sure we use native controls if assistive technology such as screen readers...

question
medium

# Description POverflowMenuItem is a button. But sometimes a menu needs to have a custom menu item that has the same styles as this component but cannot use it because...

It would be a nice enhancement to allow PTextarea to expand its height based on the content within. So we can avoid text being cut off and prevent the user...

PFrame is implementing its own logic for displaying body classes that's similar to native vue but doesn't support everything that vue does. We should update this to use native vue...

low

# Description If you resize the textarea using the drag handle you can shrink it smaller than is usable. We should limit the min-height so at its smallest it is...

bug
low

# Description Currently if you have a date input you must use the date picker. This isn't a great experience for entering date especially dates that are not close to...

low

# Description Elements like buttons, checkboxes, select, etc that are expecting the user to interact with them via a click should have `cursor: pointer`.

question
low