updated comment
This commit is contained in:
parent
17dd48f2a4
commit
9979a08cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue