mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-04 14:51:26 -04:00
updated comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user