Skip to content

Commit

Permalink
added jsx19.js cleanup
Browse files Browse the repository at this point in the history
SQUASHED: AUTO-COMMIT-demos-jsx19.js,
  • Loading branch information
JensLincke committed Apr 22, 2024
1 parent 065d190 commit cb7e602
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions demos/jsx19.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,11 @@ export default class FooMorph extends ReactiveMorph {
<form id='registerForm'>
<fieldset>
<input
id='usernameInput'
class='form-control form-control-lg'
type='text'
placeholder='Username'

id='nameInput'
value={model.name }></input>
</fieldset>
</form>
<div>MODEL: {model.name}</div>
<button click={() => model.name = "bar"}>change</button>
</div>
}

Expand Down

0 comments on commit cb7e602

Please sign in to comment.