@transferwise/components 0.0.0-experimental-a9f68ee → 0.0.0-experimental-8d5038a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.esm.js
CHANGED
|
@@ -12467,6 +12467,7 @@ const Option = props => {
|
|
|
12467
12467
|
children: /*#__PURE__*/jsxs("a", {
|
|
12468
12468
|
className: "dropdown-item",
|
|
12469
12469
|
href: "#",
|
|
12470
|
+
tabIndex: -1,
|
|
12470
12471
|
onClick: onClick,
|
|
12471
12472
|
children: [/*#__PURE__*/jsx("span", {
|
|
12472
12473
|
children: hightlight(label, query)
|