Skip to content

Commit

Permalink
Add id for Combobox input element
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan-upadhyay1110 <darshan.upadhyay@collabora.com>
Change-Id: I92f9e52cdcf8ff3941c00278a14cab2e65d8e945
  • Loading branch information
Darshan-upadhyay1110 authored and eszkadev committed Dec 27, 2024
1 parent 8eaa47e commit 4718579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser/src/control/jsdialog/Widget.Combobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ JSDialog.combobox = function (parentContainer, data, builder) {
container.id = data.id;

var content = L.DomUtil.create('input', 'ui-combobox-content ' + builder.options.cssClass, container);
content.id = data.id + '-input';
content.value = data.text;
content.role = 'combobox';

Expand Down

0 comments on commit 4718579

Please sign in to comment.