refactor: refs #6897 update component props and attributes for consistency and improved functionality #1508
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1508
Loading…
Reference in New Issue
No description provided.
Delete Branch "6897-fixMinorIssues"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -302,8 +302,6 @@ defineExpose({ opts: myOptions, vnSelectRef });
function handleKeyDown(event) {
if (event.key === 'Tab' && !event.shiftKey) {
event.preventDefault();
@jorgep esta línie de código impide que el tab funcione correctamente en los popup de VnTable
Para replicar:
1 - http://localhost:9000/#/entry/999/buys?EntryBuys={%22filter%22:{%22limit%22:100,%22skip%22:0}}
2 - click en el botón de create
3 - setea el campo cubo y dale a tab
Me puedes comentar el porque de
Revisada la línea y corregido el error.
New commits pushed, approval review dismissed automatically according to repository settings