diff --git a/src/OptionList.tsx b/src/OptionList.tsx index d8628ece..0831360e 100644 --- a/src/OptionList.tsx +++ b/src/OptionList.tsx @@ -211,7 +211,7 @@ const OptionList: React.RefForwardingComponent = (_, r
{activeEntity && open && ( - {activeEntity.node.value} + {activeEntity.node['aria-label'] || activeEntity.node.value} )}