T - the type of the SuggestBox value@FunctionalInterface public static interface SuggestBoxStore.MissingEntryProvider<T>
| Modifier and Type | Method and Description |
|---|---|
Optional<SuggestItem<T>> |
getMessingSuggestion(String inputValue) |
Optional<SuggestItem<T>> getMessingSuggestion(String inputValue)
inputValue - String value represent what is typed in the SuggestBoxCopyright © 2019–2022 Dominokit. All rights reserved.