From e1b583a2b39e2d506454b164e5c88453bc7d63a6 Mon Sep 17 00:00:00 2001 From: jvelilla Date: Thu, 28 May 2015 10:07:40 -0300 Subject: [PATCH] Updated code based on comments --- library/server/wsf_html/form/wsf_form_input_with_html5.e | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/server/wsf_html/form/wsf_form_input_with_html5.e b/library/server/wsf_html/form/wsf_form_input_with_html5.e index b9c38b7d..604b2086 100644 --- a/library/server/wsf_html/form/wsf_form_input_with_html5.e +++ b/library/server/wsf_html/form/wsf_form_input_with_html5.e @@ -104,6 +104,9 @@ feature -- Change element end + -- The attribues `form',`list', and `multiple' are not supported yet. + -- For example the list attribute need datalist support. + -- list: detachable READABLE_STRING_32 -- The list attribute enables the user to associate a list of options with a particular field. -- The value of the list attribute must be the same as the ID of a datalist element that resides in the same document.