ui/tagSelect: remove left over console.log
This commit is contained in:
@@ -55,7 +55,6 @@ export function TagSelect<T extends { value: unknown }>(
|
|||||||
>
|
>
|
||||||
<Combobox.Control<T> aria-label="Fruits">
|
<Combobox.Control<T> aria-label="Fruits">
|
||||||
{(state) => {
|
{(state) => {
|
||||||
console.log("combobox state selected", state.selectedOptions());
|
|
||||||
return (
|
return (
|
||||||
<Combobox.Trigger
|
<Combobox.Trigger
|
||||||
tabIndex={1}
|
tabIndex={1}
|
||||||
|
|||||||
Reference in New Issue
Block a user