buefy
buefy copied to clipboard
Taginput within table details will collapse details
Overview of the problem
Buefy version: 0.9.4 Vuejs version: 2.6.12 OS/Browser: Mint/Chrome
Description
If you place a taginput within the detailed row of a table, each time you press enter to submit a new tag it will collapse the detail row.
Steps to reproduce
- Create a buefy table with detailed rows.
- In the detailed row template use a taginput.
- Now write a tag into the taginput and press enter to submit it.
Expected behavior
To add the tag and the detailed row to remain open.
Actual behavior
It adds the tag but closes the detailed row.
You might to use keypress.native.stop or similar
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.