You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ Similar to the string template mentioned above, you can use the row template to
175
175
</ge-autocomplete>
176
176
```
177
177
178
-
**Pro Tip™:** Use the `item.active` property to check if the current row is being hovered over or activated via arrow keys.
178
+
**Pro Tip™:** Use the `item.active` property to check if the current row is being hovered over or activated via arrow keys. See below for additional properties.
179
179
180
180
The example above could render a little flag icon for the result’s country, for example. You can customize the styling by defining custom classes in the same way you would customize the CSS variables. It’s best to prefix your classes to avoid conflicts with internal classnames of the element.
181
181
@@ -184,6 +184,18 @@ The [lodash template language][_template] supports much more than just straight
0 commit comments