forked from extern/egroupware
Et2SelectEmail: Add some documentation
This commit is contained in:
parent
3ceb0db2c6
commit
12f8b2cb3e
@ -12,6 +12,14 @@ import {css} from "@lion/core";
|
||||
import {IsEmail} from "../Validators/IsEmail";
|
||||
import interact from "@interactjs/interact";
|
||||
|
||||
/**
|
||||
* Select email address(es)
|
||||
*
|
||||
* Allows free entries of valid email addresses, but also searches contacts.
|
||||
*
|
||||
* You should set multiple="true" for most cases for better UI
|
||||
* @see Et2SelectEmail
|
||||
*/
|
||||
export class Et2SelectEmail extends Et2Select
|
||||
{
|
||||
static get styles()
|
||||
|
Loading…
Reference in New Issue
Block a user