You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ajax input is great, and you can use list collect to gather multiple items on one screen. However, when you are building a list of similar elements, it's common to see a different style of input, like this one:
This is partially resolved with the addition of the datatype: multiselect (https://docassemble.org/docs/fields.html#fields%20multiselect) although the default styling is not very user friendly. I think we may be able to restyle it with custom CSS and JS.
The ajax input is great, and you can use list collect to gather multiple items on one screen. However, when you are building a list of similar elements, it's common to see a different style of input, like this one:
It allows you to type, click the option, and then use the same input to add a second item to the list.
The text was updated successfully, but these errors were encountered: