Skip to content

Commit

Permalink
chg: [analyst-data:add] Fixed non-focusable relationship dropdown sea…
Browse files Browse the repository at this point in the history
…rch field
  • Loading branch information
mokaddem committed Mar 4, 2024
1 parent 242cfb1 commit 1c7121b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/View/AnalystData/add.ctp
Expand Up @@ -214,6 +214,7 @@ if (!$ajax) {
$('#RelationshipRelationshipType').val($('#pickerRelationshipTypeSelect').val());
$(that).popover('hide')
});
$('#genericModal').attr('tabindex', '')
});
}
<?php endif; ?>
Expand Down

0 comments on commit 1c7121b

Please sign in to comment.