Skip to content

Fixed the Refresh call issue for RDL issue#547

Merged
tumms2021389 merged 3 commits intomasterfrom
mod/dec/TASK-1867413
Feb 25, 2026
Merged

Fixed the Refresh call issue for RDL issue#547
tumms2021389 merged 3 commits intomasterfrom
mod/dec/TASK-1867413

Conversation

@4manasa
Copy link
Contributor

@4manasa 4manasa commented Feb 24, 2026

No description provided.

*/
const useFocusFirstField = (id, children) => {
// Track the unique identity (id or name) of the first field we focused
const lastFirstFieldIdentifier = useRef(null);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we have a better name for this constant? This seems to be confusing

firstElement.focus();
}, 0);

// Update the ref. Now, if the user adds/edits a record in THIS view,
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be really capitalized?

@tumms2021389 tumms2021389 merged commit 738aa28 into master Feb 25, 2026
5 checks passed
@tumms2021389 tumms2021389 deleted the mod/dec/TASK-1867413 branch February 25, 2026 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants