Selectable table with form elements mouse release problem [Chrome]
See original GitHub issueWhen i use selectable table with form elements when the row is selected, if i release the mouse outside the form element it deselects the row.
Vue version: 2.6.10
Bootstrap-Vue version: 2.2.2
Here is a GIF illustrating the issue.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Select column from a table with Google Chrome - Super User
Allows you to select columns, rows and arbitrary areas in a table and copy in different formats. Share.
Read more >There is a text cursor bug in my chrome that causes the ...
Only the cursor is appearing but I can't edit that element. I will include some screenshots. I will also upload a video.
Read more ><input>: The Input (Form Input) element - HTML
Individual attributes. accept. Valid for the file input type only, the accept attribute defines which file types are selectable ...
Read more >onchange event on input type=range is not triggering in ...
Apparently Chrome and Safari are wrong: onchange should only be triggered when the user releases the mouse. To get continuous updates, you should...
Read more >Browser automation actions reference - Power Automate
To add a new UI element, select Add UI element through the deployed ... of a web page in the form of single...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@TheAndroidGuy Thanks, seems like a sensible solution. I’ll adopt the same external tracker approach.
@DM2489 I ended up using primitive workaround:
inside data:
inside methods:
inside component:
Another even worse workaround would be to use modal when the row is clicked and display the form elements inside the modal.