Skip to content

Commit

Permalink
ac-data: add clear button to filter
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Nov 14, 2023
1 parent c492649 commit 8609fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion atciss-frontend/src/components/XmInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ export const XmInput = (props: PropsWithChildren<InputProps>) => {
borderTopColor: "darkshadow",
borderLeftColor: "darkshadow",
borderBottomColor: "#d6d6d6",
borderRightColor: "#d6d6d6"
borderRightColor: "#d6d6d6",
}}
type="search"
>
{props.children}
</Input>
Expand Down

0 comments on commit 8609fda

Please sign in to comment.