mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-09 22:13:12 +08:00
Added option to change date formatting. Added shortcuts to clear search bar
This commit is contained in:
@@ -72,6 +72,7 @@ const SearchBar = (props: ComponentProps): JSX.Element => {
|
||||
type="text"
|
||||
className={classes.SearchBar}
|
||||
onKeyUp={(e) => searchHandler(e)}
|
||||
onDoubleClick={clearSearch}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user