Skip to content

Commit

Permalink
Merge pull request #606 from collymore/fix/realtime-input
Browse files Browse the repository at this point in the history
Update ModelInformation.vue
  • Loading branch information
michielgerritsen authored Jun 28, 2024
2 parents 6c297f1 + 94f1b0e commit 0227f3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/ModelInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
name="modelName"
placeholder="Model name"
class="block flex-1 py-2 px-3 m-0 w-full min-w-0 text-base leading-6 bg-white rounded border border-gray-300 border-solid appearance-none cursor-text sm:text-sm sm:leading-5 focus:border-blue-600 focus:outline-offset-2"
@keypress="updateTableName()"
@change="updateTableName()"
@input="updateTableName()"
>
</div>
</div>
Expand Down

0 comments on commit 0227f3f

Please sign in to comment.