Apply suggestions from code review

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-04-02 12:59:11 +01:00
committed by GitHub
parent 0030fdbb75
commit fa514ee25e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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}
/>