mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 13:38:40 +00:00
updated comment
This commit is contained in:
parent
17dd48f2a4
commit
9979a08cb0
@ -1,5 +1,5 @@
|
|||||||
import React from 'react';
|
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 }) {
|
export function SelectInput({ value, options, onChange, onClick }) {
|
||||||
return (
|
return (
|
||||||
<select
|
<select
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user