Thomas Gibbons Consulting Qualtrics Wiki

Contact TomG on Qualtrics Community

User Tools

Site Tools


madlibs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
madlibs [2024/04/12 09:56] adminmadlibs [2024/04/12 09:59] (current) admin
Line 170: Line 170:
  
 === data-cleave === === data-cleave ===
-The **data-cleave** attribute specifies that cleave should be used for input masking. The value is a json string that specifies the [[https://github.com/nosir/cleave.js/blob/master/doc/options.md|cleave options]] that should be used. For example, to capture dollars data-cleave could look like this:+The **data-cleave** attribute specifies that cleave should be used for input masking. It applies to input elements only. The value is a json string that specifies the [[https://github.com/nosir/cleave.js/blob/master/doc/options.md|cleave options]] that should be used. For example, to capture dollars data-cleave could look like this:
 <code> <code>
 data-cleave='{"numeral":"true","prefix":"$","noImmediatePrefix":"true","rawValueTrimPrefix":"true"}' data-cleave='{"numeral":"true","prefix":"$","noImmediatePrefix":"true","rawValueTrimPrefix":"true"}'
Line 185: Line 185:
  
 === maxlength === === maxlength ===
-The **maxlength** attribute can be used to specify the maximum number of characters for an input field. It applies to input elements only.+The **maxlength** attribute can be used to specify the maximum number of characters for an input field. Applies to input elements only.
  
 === placeholder === === placeholder ===
madlibs.txt · Last modified: 2024/04/12 09:59 by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki