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 Oct 26, 2023
1 parent e93b124 commit 40eeef2
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 40eeef2

Please sign in to comment.