dropdown
This commit is contained in:
parent
e6b228e5c7
commit
525447be3a
@ -4,7 +4,7 @@ import '../css/Structures.css';
|
|||||||
const DropdownItem = ({ onUpdate, id, item: {name, value}}) => {
|
const DropdownItem = ({ onUpdate, id, item: {name, value}}) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='dropdown-item'>
|
<div className='dropdown-item clickable'>
|
||||||
<label htmlFor={id}>{name}</label>
|
<label htmlFor={id}>{name}</label>
|
||||||
<input
|
<input
|
||||||
id={id}
|
id={id}
|
||||||
|
Loading…
Reference in New Issue
Block a user