upd: diskusi umum
- tambah diskusi umum - tambah member pada diskusi umum No Issues
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Feather } from "@expo/vector-icons";
|
||||
import { InputForm } from "./inputForm";
|
||||
|
||||
export default function InputSearch({ onChange, width }: { onChange?: (val: string) => void, width?: number }) {
|
||||
export default function InputSearch({ onChange, width, value }: { onChange?: (val: string) => void, width?: number, value?: string }) {
|
||||
return (
|
||||
<InputForm
|
||||
type="default"
|
||||
@@ -11,6 +11,7 @@ export default function InputSearch({ onChange, width }: { onChange?: (val: stri
|
||||
onChange={onChange}
|
||||
width={width}
|
||||
bg="white"
|
||||
value={value}
|
||||
/>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user