mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
[react-geosuggest]: add missing ignoreEnter property (#40508)
This commit is contained in:
committed by
Sheetal Nandi
parent
eb5dae98df
commit
2b670a4ae6
Vendored
+1
@@ -34,6 +34,7 @@ export interface GeosuggestProps extends Omit<InputHTMLAttributes<HTMLInputEleme
|
||||
fixtures?: Fixture[];
|
||||
maxFixtures?: number;
|
||||
googleMaps?: typeof google.maps;
|
||||
ignoreEnter?: boolean;
|
||||
ignoreTab?: boolean;
|
||||
queryDelay?: number;
|
||||
minLength?: number;
|
||||
|
||||
@@ -42,6 +42,7 @@ class ReactGeosuggest extends React.Component {
|
||||
fixtures={fixtures}
|
||||
getSuggestLabel={getSuggestLabel}
|
||||
highlightMatch={true}
|
||||
ignoreEnter={true}
|
||||
ignoreTab={true}
|
||||
initialValue="Hamburg"
|
||||
inputClassName="inputClassName"
|
||||
|
||||
Reference in New Issue
Block a user