MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / renderAlertInputs

Method renderAlertInputs

core/src/components/alert/alert.tsx:571–580  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

569 }
570
571 private renderAlertInputs() {
572 switch (this.inputType) {
573 case 'checkbox':
574 return this.renderCheckbox();
575 case 'radio':
576 return this.renderRadio();
577 default:
578 return this.renderInput();
579 }
580 }
581
582 private renderCheckbox() {
583 const inputs = this.processedInputs;

Callers 1

renderMethod · 0.95

Calls 3

renderCheckboxMethod · 0.95
renderRadioMethod · 0.95
renderInputMethod · 0.95

Tested by

no test coverage detected