buefy icon indicating copy to clipboard operation
buefy copied to clipboard

Taginput within table details will collapse details

Open regexj opened this issue 3 years ago • 1 comments

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

  1. Create a buefy table with detailed rows.
  2. In the detailed row template use a taginput.
  3. 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.

regexj avatar Jul 08 '22 12:07 regexj

You might to use keypress.native.stop or similar

jtommy avatar Aug 04 '22 21:08 jtommy

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.

stale[bot] avatar May 21 '23 22:05 stale[bot]