multiple-email-input
Reactive icon

Multiple Email Input

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 19 Sep
 by 
5.0
 (2 ratings)
multiple-email-input

Multiple Email Input

Documentation
1.0.0
Install the last version of the component
Please consult the Multiple Email Input component available in the OutSystems Forge and ensure that the latest version is installed in your environment. If it's not, kindly proceed with the installation. This component operates independently, without any dependencies. At this moment, you may now download and install the demo application.


Create a component dependency
In the desired module that should include the Multiple Email Input, open the 'Manage Dependencies...' option, search for MultipleEmailInput and import the ‘InputMultipleEmail’ block (the remaining dependencies will be automatically added). Apply your changes.


Drag and drop the Imported Block ‘InputMultipleEmail’
In the screen\block that you want to use this pattern drag and drop the imported ‘InputMultipleEmail’ block. It is located under the ‘MultipleEmailInput’ Reference, in the ‘Interface’ tab.


Fill in the Block input parameters
‘InputMultipleEmail’ mandatory parameters must be filled in. Consult the parameter details below.
MultipleEmails - List | Mandatory - List of initial emails with their individual settings of being removable or invalid.
HasInvalidEmails - Boolean | Optional - List of initial emails with their individual settings of being removable or invalid. Default value: False.
InvalidInputMessage - Text | Optional - Customizable invalid message to display under input such as 'Please enter a valid e-mail format!'. Default value: Please enter a valid e-mail format!.