Skip to content

Commit

Permalink
handle quiz title field
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleogenesis committed Nov 15, 2023
1 parent ca6df2a commit 5a0cc4e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
:autofocus="true"
:maxlength="100"
@blur="e => quizForge.updateQuiz({ title: e.target.value })"
@change="title => quizForge.updateQuiz({ title })"
/>
</KGridItem>
</KGrid>
Expand Down

0 comments on commit 5a0cc4e

Please sign in to comment.