Skip to content

Commit

Permalink
Merge pull request #1175 from antonio-ortega/AUI-3221
Browse files Browse the repository at this point in the history
fix(alloy-ui): AUI-3221 This is not needed anymore and it's causing t…
  • Loading branch information
antonio-ortega authored Sep 28, 2023
2 parents 6875599 + 84abfe3 commit af24c8b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,6 @@ var FormValidator = A.Component.create({
field = boundingBox.one('.' + CSS_ERROR_FIELD);

if (field) {
field = instance.findFieldContainer(field);

if (instance.get('selectText')) {
field.selectText();
}
Expand Down

0 comments on commit af24c8b

Please sign in to comment.