updated comment

This commit is contained in:
Jade (Rose) Rowland 2023-12-18 00:35:54 -05:00
parent 17dd48f2a4
commit 9979a08cb0

View File

@ -1,5 +1,5 @@
import React from 'react';
// value: ?ID, options: Map<ID, any>, onChange: ID => null, onClick: event => void, placeholder?: string
// value: ?ID, options: Map<ID, any>, onChange: ID => null, onClick: event => void
export function SelectInput({ value, options, onChange, onClick }) {
return (
<select