Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-18960

Content assist for value of attribute list of html5 tag input

XMLWordPrintable

      List attribute refers to a <datalist> element that contains pre-defined options for an <input> element

      1. Create an html file

      2. Add the following code:

      	<datalist id="browsers">
      	  <option value="Internet Explorer">
      	  <option value="Firefox">
      	  <option value="Chrome">
      	  <option value="Safari">
      	</datalist>
      	
      	<datalist id="os">
      	  <option value="Windows">
      	  <option value="Linux">
      	  <option value="Mac">
      	</datalist>
      	
      	<input list="" name="browser">
      

      3. Ctrl+Space for <input list="|"> should propose "os" and "browsers":

            scabanovich Viacheslav Kabanovich (Inactive)
            scabanovich Viacheslav Kabanovich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: