Skip to content

Instantly share code, notes, and snippets.

@pivaszbs
Created February 22, 2022 12:22
Show Gist options
  • Save pivaszbs/77ee5b48bb5cb46b5a4297d2305497e6 to your computer and use it in GitHub Desktop.
Save pivaszbs/77ee5b48bb5cb46b5a4297d2305497e6 to your computer and use it in GitHub Desktop.
Флаги
function TextField({
withoutImplicitFocus,
disabled,
onFocus,
hasLowerCase,
hasAutoSelectAfterSubmit,
onChange: onChangeProp,
hasAutoSelect = true,
selector = DEFAULT_SELECTOR,
priority = 0,
dataE2e = selector || DEFAULT_SELECTOR,
dataTestId = selector || DEFAULT_SELECTOR,
superFeatureEnabled,
onKeyDown = noop,
...textFieldProps
}: Props) {
if (superFeatureEnabled) {
doMyBest();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment