[x] I’ve searched for any related issues and avoided creating a duplicate issue.
What happened
For XS breakpoint, search box button should display an icon for "responsive" variant. And for SM and above it should display "Search" text within the button. But it doesn't display the "Search" text on 576px width. It works fine for all other breakpoints and pixels
What I expected to happen
I should see "Search" text within the button for 576px width
Reproducing
Module name: @gov.au/searchbox
Module version: 0.2.3
Pancake version: 1
Node version: 8 or higher
npm version: corresponding to node version
Pancake settings in your package.json:
Steps to reproduce:
From root directory, npm run bootstrap
Navigate to packages/searchbox and npm run watch. This loads the component within localhost
Switch to browser responsive mode (Click Ctrl + Shift + M)
Change the width to 576px and check for the responsive search box variants
Bug Report
What happened
For XS breakpoint, search box button should display an icon for "responsive" variant. And for SM and above it should display "Search" text within the button. But it doesn't display the "Search" text on 576px width. It works fine for all other breakpoints and pixels
What I expected to happen
I should see "Search" text within the button for 576px width
Reproducing
package.json
:Steps to reproduce:
npm run bootstrap
packages/searchbox
andnpm run watch
. This loads the component within localhostAttachments