mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-13 22:58:34 +00:00
updated comment
This commit is contained in:
parent
17dd48f2a4
commit
9979a08cb0
@ -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…
x
Reference in New Issue
Block a user