Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1822 – fixing Template-window input focus #1851

Merged
merged 5 commits into from
Nov 18, 2022

Conversation

ansivgit
Copy link
Collaborator

@ansivgit ansivgit commented Nov 16, 2022

No description provided.

@ansivgit ansivgit requested review from yuleicul and Nitvex and removed request for yuleicul November 16, 2022 15:45
@Nitvex Nitvex added this to the Release 2.7.0 milestone Nov 17, 2022
@Nitvex Nitvex linked an issue Nov 17, 2022 that may be closed by this pull request
@@ -25,8 +25,14 @@ export function GenericInput({
value = '',
onChange,
type = 'text',
isFocus = false,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the name should be "isFocused"? since its describing a particular state.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, changed

@ansivgit ansivgit merged commit 85d1366 into master Nov 18, 2022
@ansivgit ansivgit deleted the #1822-fixing-template-window-input-focus branch November 18, 2022 14:25
@Nitvex Nitvex added the rc.1 label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When open template window search text should be selected as default
3 participants