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
As an option, text is also editable to arbitrary values in the block:
Perhaps this should actually be implemented as an extension to field_textinput, and non-editable dropdowns should be field_dropdown? Thoughts?
If the number of options is too many to fit in the workspace (even after trying to "flip up"), deal with scrolling within the dropdown. It should be scrollable using the mousewheel (e.g., just by using CSS overflow: auto) and also probably have arrows at the top/bottom of the drop-down, which when hovered over, trigger scroll:
Pending further design especially for touch @carljbowman
Certain values can trigger call-backs, e.g.:
Values can be populated with a call-back, e.g., in this case, it includes a list of sprites:
The text was updated successfully, but these errors were encountered:
Separator should already be implemented. Need final behavior for coloring in the block, icon for the field, flipping the icon when rendered to secondary position, and adding callbacks for items like "new message..."
And thinking more deeply about scroll behavior and touch.
Uh oh!
There was an error while loading. Please reload this page.
Requirements:
#148
Perhaps this should actually be implemented as an extension to field_textinput, and non-editable dropdowns should be field_dropdown? Thoughts?
Pending further design especially for touch @carljbowman
The text was updated successfully, but these errors were encountered: