[ic-search-bar] external loading storybook examples aren't working as expected
Summary of the bug
On first load of the external loading storybook examples, the search bar requires a wait before the next character before it actually searches. It should only need the wait before it loads.
Need to determine if this is just a storybook nuance or if there's something wrong with how search bar handles loading.
🪜 How to reproduce
Tell us the steps to reproduce the problem: See @ad9242's comment on a previous PR: https://github.com/mi6/ic-ui-kit/pull/1919#discussion_r1618358266
🧐 Expected behaviour
Either decide whether it's just a storybook issue, or fix it so that it doesn't require the extra character.
Once issue is determined and fixed if applicable, edit the external loading IcSearchBar Cypress tests as they currently have a wait between the first and second characters being entered.
If it's Storybook only, consider benching this
After investigation this is a bug within ic-search-bar, ticket #3116 created