Skip to content

Commit e1b583a

Browse files
committed
Updated code based on comments
1 parent 8c8dfdd commit e1b583a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/server/wsf_html/form/wsf_form_input_with_html5.e

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ feature -- Change element
104104
end
105105

106106

107+
-- The attribues `form',`list', and `multiple' are not supported yet.
108+
-- For example the list attribute need datalist support.
109+
107110
-- list: detachable READABLE_STRING_32
108111
-- The list attribute enables the user to associate a list of options with a particular field.
109112
-- The value of the list attribute must be the same as the ID of a datalist element that resides in the same document.

0 commit comments

Comments
 (0)