Create new input field on "enter"

I’d like to create a task list similar to asana, where

  1. the first input field within a repeating group is visible and has a placeholder which then can be changed into a task using auto-bind

  2. upon enter OR click of an icon, a new input field appears
    and so on…

After hours of messing around, I cannot seem to make this happen… is it possible?

Thanks!

If you want to design an input field within a repeating group that acts like a placeholder, you may find it helpful to read this thread.

Essentially, you differentiate by creating a “draft” item in the database using a boolean field, which you filter out accordingly from your searches/saved lists.

2 Likes

Thanks so much! I’ll give this a go.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.