* Returns a boolean value if the select tag is multiple * @returns {Promise }
()
| 315 | * @returns {Promise<boolean>} |
| 316 | */ |
| 317 | async isMultiple() { |
| 318 | return this.multiple |
| 319 | } |
| 320 | |
| 321 | /** |
| 322 | * Returns a list of all selected options belonging to this select tag |
no outgoing calls
no test coverage detected