I created forms that use <input *id*=*"browse-to-zip"* *enctype*= *"multipart/form-data"* *name*=*"zip"* *required*=*"required"* *type*= *"file"*/>
I was hoping that it would serialize to: <input id="browse-to-zip" enctype="multipart/form-data" name="zip" required type="file">, but I get <input id="browse-to-zip" enctype="multipart/form-data" name="zip" required="required" type="file">.
Is it possible to get something well formed to serialize to @required?
Hi France,
I have updated the list of boolean HTML attributes; it will work with the latest snapshot.
Best, Christian
On Fri, May 27, 2016 at 2:16 AM, France Baril france.baril@architextus.com wrote:
I created forms that use <input id="browse-to-zip" enctype="multipart/form-data" name="zip" required="required" type="file"/>
I was hoping that it would serialize to: <input id="browse-to-zip" enctype="multipart/form-data" name="zip" required type="file">, but I get <input id="browse-to-zip" enctype="multipart/form-data" name="zip" required="required" type="file">.
Is it possible to get something well formed to serialize to @required?
-- France Baril Architecte documentaire / Documentation architect france.baril@architextus.com
Awesome! Thank you!
On Fri, May 27, 2016 at 1:40 AM, Christian Grün christian.gruen@gmail.com wrote:
Hi France,
I have updated the list of boolean HTML attributes; it will work with the latest snapshot.
Best, Christian
On Fri, May 27, 2016 at 2:16 AM, France Baril france.baril@architextus.com wrote:
I created forms that use <input id="browse-to-zip" enctype="multipart/form-data" name="zip" required="required"
type="file"/>
I was hoping that it would serialize to: <input id="browse-to-zip" enctype="multipart/form-data" name="zip" required type="file">, but I get <input id="browse-to-zip" enctype="multipart/form-data" name="zip" required="required" type="file">.
Is it possible to get something well formed to serialize to @required?
-- France Baril Architecte documentaire / Documentation architect france.baril@architextus.com
basex-talk@mailman.uni-konstanz.de