diff --git a/.changeset/hip-pandas-bow.md b/.changeset/hip-pandas-bow.md
new file mode 100644
index 0000000000..2455272fb2
--- /dev/null
+++ b/.changeset/hip-pandas-bow.md
@@ -0,0 +1,19 @@
+---
+'@toptal/picasso-outlined-input': patch
+'@toptal/picasso-select': patch
+'@toptal/picasso-input': patch
+---
+
+---
+
+### Input
+
+- display reset button on hover of full width of the input
+
+### Select
+
+- implicit update from input
+
+### Autocomplete
+
+- implicit update from input
diff --git a/cypress/component/Input.spec.tsx b/cypress/component/Input.spec.tsx
index 1ede239533..7c4bf3d39d 100644
--- a/cypress/component/Input.spec.tsx
+++ b/cypress/component/Input.spec.tsx
@@ -45,4 +45,21 @@ describe('Input', () => {
variant: 'error-status/after-focused',
})
})
+
+ it('shows the `X` when hover over the input', () => {
+ cy.mount(
+