- Create a
phoneboothcomponent rendered frombootstrap. - Track the current
name. - Initialise
nameto"Steve". - Show the current name, and a field to update the name, all with two-way data binding.
- Render a button which changes the name to
"Batman" - Clicking the button focuses the field.