You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2022. It is now read-only.
The main search input field should have type="search" added to br-options. In theory this would show a "X" or similar to allow search text to be cleared. This would allow us to remove the "Clear" button.
Currently something is stopping the "X" from appearing. (bootstrap rules? other rules?)
This can be forced to work in chrome by adding a CSS rule:
Some research is required to understand why this is failing and how to make it work cross platform. Until then, the field is left as the default "text".
The text was updated successfully, but these errors were encountered:
The main search input field should have
type="search"
added tobr-options
. In theory this would show a "X" or similar to allow search text to be cleared. This would allow us to remove the "Clear" button.Currently something is stopping the "X" from appearing. (bootstrap rules? other rules?)
This can be forced to work in chrome by adding a CSS rule:
Some research is required to understand why this is failing and how to make it work cross platform. Until then, the field is left as the default "text".
The text was updated successfully, but these errors were encountered: