Apply suggestions from code review
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0030fdbb75
commit
fa514ee25e
@@ -2,4 +2,4 @@
|
||||
'@backstage/canon': minor
|
||||
---
|
||||
|
||||
Added a new TextField component to replace the Field and Input component. After feedback, it became clear that we needed to build a more opinionated version to avoid any problem in the future.
|
||||
**BREAKING**: Added a new TextField component to replace the Field and Input component. After feedback, it became clear that we needed to build a more opinionated version to avoid any problem in the future.
|
||||
|
||||
@@ -48,7 +48,6 @@ export const TextField = forwardRef<HTMLInputElement, TextFieldProps>(
|
||||
className={clsx(
|
||||
'canon-Input',
|
||||
`canon-Input--size-${responsiveSize}`,
|
||||
className,
|
||||
)}
|
||||
{...rest}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user