/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
extensions/interactions/NumericInput/directives/numeric-input-interaction.component.html
12 строк
526 B
Jayam Patel
[GSoC 2025 - Acceptance Tests] M1.8 - Implement Acceptance tests for Exploration Editor (#11 in CUJv3 Doc) (#22969)
05 авг 2025, 06:02
Не верифицирован
05 авг 2025, 06:02
6e293e1
Код
Авторство
О чём код?
<div class="row numeric-input-container"> <div class="col-lg-12 col-md-12 col-sm-12"> <schema-based-editor [schema]="getSchema()" [localValue]="answer" (localValueChange)="onAnswerChange($event)" [labelForFocusTarget]="getLabelForFocusTarget()"> </schema-based-editor> <div *ngIf="errorMessageI18nKey" class="oppia-form-error-container e2e-test-form-error-container"> {{errorMessageI18nKey | translate}} </div> </div> </div>