Support deprecated get values method for ET2Select_ro

This commit is contained in:
Hadi Nategh 2023-02-27 09:56:39 +01:00
parent be3e5fbe8d
commit 2dc78de2c1

View File

@ -100,6 +100,24 @@ li {
this.value = value; this.value = value;
} }
/**
* @deprecated use value
* @param value
*/
get_value(value)
{
return this.value;
}
/**
* @deprecated use value
* @param value
*/
getValue(value)
{
return this.value;
}
set value(new_value : string | string[]) set value(new_value : string | string[])
{ {
// Split anything that is still a CSV // Split anything that is still a CSV