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
New Lightning Component called: TagAnythingDisplayer
The component should be able to display the current Tags through a custom field. In the initialization should call APEX to get the first TAG config, but any deletion / insertion of any tag should be done with Lightning Data Service.
Also, the component must call a Child component called: TagAnythingBrowser
This child component will throw a Component event with the NEW tag selected. TagAnythingDisplayer component must handle this event to add the new TAG received with Lightning Data Service.
TagAnythingDisplayer should be able to render a X mark to remove any current tag, with Lightning Data Service.
The text was updated successfully, but these errors were encountered:
New Lightning Component called: TagAnythingDisplayer
The component should be able to display the current Tags through a custom field. In the initialization should call APEX to get the first TAG config, but any deletion / insertion of any tag should be done with Lightning Data Service.
Also, the component must call a Child component called: TagAnythingBrowser
This child component will throw a Component event with the NEW tag selected. TagAnythingDisplayer component must handle this event to add the new TAG received with Lightning Data Service.
TagAnythingDisplayer should be able to render a X mark to remove any current tag, with Lightning Data Service.
The text was updated successfully, but these errors were encountered: