Our flexible Kanban board for managing tasks with drag drop


Post by licjapodaca »

The is an issue with the "SimpleTaskEdit" feature with the following configuration:

...
headerItems : {
   text: { field: 'name', editor: { type: 'text', required: true } }, //<==== we need the name to be required
   taskMenu : { type : 'taskMenu', order : 1 }
},
...

We need that the name to be required, so the behavior expected is if the user leave blank the textbox and the user press the [Enter] the focus never goes out the textbox, the cursor always needs to be in the textbox without change the focus of the card to the next card, but this behavior does the opposite like so:

  • Here it is leaving blank the textbox with the tooltip that it's required that is correct:

    Screen Shot 2021-07-05 at 4.08.29 p.m..png
    Screen Shot 2021-07-05 at 4.08.29 p.m..png (518.09 KiB) Viewed 1235 times
  • But when I press the [Enter] key a lot of times in that state, the taskboard open many textboxes in many cards like so:

    Screen Shot 2021-07-05 at 4.08.52 p.m..png
    Screen Shot 2021-07-05 at 4.08.52 p.m..png (515.82 KiB) Viewed 1235 times

In a few words, we expect that the user never goes out from the textbox that leaved blank until the user press [Escape] or type some text and then press [Enter].

Regards


Post by mats »

This is already fixed as part of the ticket you asked about earlier, please wait for next release.


Post by licjapodaca »

Hi @mats, which is the other ticket?


Post by mats »


Post by licjapodaca »

Excellent, thanks...

Regards


Post Reply