Files
backstage/.changeset
Renan Mendes Carvalho 1ce7f84b2e feature(plugin-search-react): Extend InputProps on <SearchBar/>
In the current implementation of <SearchBar/> it is possible to
overwrite the default <TextField/> InputProps by passing a prop of the
same name. But sometimes is necessary to extend only, for example when
one is interested on changing the clear button only.
The clear button is supplied in the endAdornment, part of the
InputProps, but at the same time the startAdornment is also on it.
To be able to replace the clear button implementation without affecting
the rest, this patch proposes a change where `InputProps` is exposed in
the same manner as `inputProps` (notice the change from capital I to i).
Where the received object may overwrite keys using the spread operator.

Signed-off-by: Renan Mendes Carvalho <aitherios@gmail.com>
2023-05-08 14:13:33 +02:00
..
2023-04-25 21:54:23 +07:00
2023-04-24 11:33:23 -05:00
2023-05-04 15:20:51 +02:00
2023-04-28 15:01:25 +02:00
2023-04-20 22:43:17 +00:00
2023-04-28 15:01:25 +02:00
2023-04-28 15:01:25 +02:00
2023-04-26 19:51:53 +05:30
2023-04-25 17:52:38 +02:00
2023-04-10 21:11:26 -04:00
2023-04-26 18:21:28 +02:00
2023-05-02 13:41:12 +00:00
2023-05-04 16:29:48 +03:00
2023-04-25 10:53:16 +02:00
2023-04-28 09:50:27 +02:00
2023-03-29 15:35:12 +01:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation