mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
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 {IsEmail} from "../Validators/IsEmail";
|
||||||
import interact from "@interactjs/interact";
|
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
|
export class Et2SelectEmail extends Et2Select
|
||||||
{
|
{
|
||||||
static get styles()
|
static get styles()
|
||||||
|
Loading…
Reference in New Issue
Block a user