As part of the work the improve UX for the <TableListView /> in Kibana (the page rendering the list of dashboards, visualisations, maps) we want to be able to render a hint under the table search bar when the field is in focus.
We will need to add a new prop to the search bar (hint) that accepts a string or ReactNode to be passed.
Design

As part of the work the improve UX for the
<TableListView />in Kibana (the page rendering the list of dashboards, visualisations, maps) we want to be able to render a hint under the table search bar when the field is in focus.We will need to add a new prop to the search bar (
hint) that accepts astringorReactNodeto be passed.Design