October 2018
Intermediate to advanced
590 pages
15h 5m
English
Inside the CardModal.vue component, we will display the card title in a textarea element, which will be in edit mode once you click on the title. Figure 13.3 shows how the edit mode looks:

The textarea of the card title needs to auto-resize so that when a user types more characters it will grow, and when the user deletes characters it will decrease its height to make it always fit the card title, and once a user presses the Enter key, we will save the card title to the server.
To do the auto-resize, we will use autosize (https://github.com/jackmoore/autosize), which ...
Read now
Unlock full access