Compare commits
No commits in common. "cdec0bbae0eccea172cabb466e4e3db02357f20a" and "c8d0dd30e557fd5040e1c9d64c0a69442cb0f9d3" have entirely different histories.
cdec0bbae0
...
c8d0dd30e5
@ -96,7 +96,7 @@ export default function QSelectBox({
|
|||||||
title={tagTitle}
|
title={tagTitle}
|
||||||
>
|
>
|
||||||
<p>{selected}</p>
|
<p>{selected}</p>
|
||||||
<ul className="select-item-wrap" style={{ maxHeight: '200px' }}>
|
<ul className="select-item-wrap">
|
||||||
{options?.length > 0 &&
|
{options?.length > 0 &&
|
||||||
options?.map((option, index) => (
|
options?.map((option, index) => (
|
||||||
<li key={option.id + '_' + index} className="select-item" onClick={() => handleClickSelectOption(option)}>
|
<li key={option.id + '_' + index} className="select-item" onClick={() => handleClickSelectOption(option)}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user