ui icon indicating copy to clipboard operation
ui copied to clipboard

simpler InputProps

Open Vandivier opened this issue 1 year ago • 3 comments

export interface InputProps
  extends React.InputHTMLAttributes<HTMLInputElement> {}

in the current codebase can be simplified to

export type InputProps = React.InputHTMLAttributes<HTMLInputElement>

this change also fixes a lint error native to the t3 stack

Vandivier avatar Jan 07 '24 04:01 Vandivier

Hi, I would like to pick up this issue.

tanish-malekar avatar Jan 07 '24 09:01 tanish-malekar

#2320 Created a PR for the same

tanish-malekar avatar Jan 07 '24 10:01 tanish-malekar

https://github.com/shadcn-ui/ui/pull/2320#issuecomment-1887558886

dan5py avatar Jan 11 '24 16:01 dan5py

This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.

shadcn avatar Feb 26 '24 23:02 shadcn