Skip to content

Commit

Permalink
[feature/numeric-dx-refactor] Fixing rebase with main
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicScrewdriver committed Feb 3, 2025
1 parent 09b9193 commit 985fb91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ exports[`numeric-input widget Should render tooltip using only correct answer fo
aria-disabled="false"
aria-invalid="false"
aria-label="What's the answer?"
aria-required="false"
autocapitalize="off"
autocomplete="off"
autocorrect="off"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {ApiOptions} from "../../perseus-api";
import {getPromptJSON as _getPromptJSON} from "../../widget-ai-utils/numeric-input/prompt-utils";

import {NumericInputComponent} from "./numeric-input";
import {NumericExampleStrings, unionAnswerForms} from "./utils";
import {unionAnswerForms} from "./utils";

import type InputWithExamples from "./input-with-examples";
import type SimpleKeypadInput from "../../components/simple-keypad-input";
Expand Down

0 comments on commit 985fb91

Please sign in to comment.