Skip to content

Commit

Permalink
refactor(Timepicker) modal-deprecation: replaced the modal-id with co…
Browse files Browse the repository at this point in the history
  • Loading branch information
gselderslaghs committed Jan 5, 2025
1 parent 3e50239 commit ea0188d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export class Timepicker extends Component<TimepickerOptions> {
template.innerHTML = Timepicker._template.trim();

this.containerEl = <HTMLElement>template.content.firstChild;
this.containerEl.id = 'modal-' + this.id;
this.containerEl.id = 'container-' + this.id;

// Append popover to input by default
const optEl = this.options.container;
Expand Down

0 comments on commit ea0188d

Please sign in to comment.