flystyles
Advanced tools
Comparing version 1.2.10 to 1.2.11
@@ -57,1 +57,15 @@ --- | ||
{% endexample %} | ||
##### Autocomplete with search disabled | ||
{% example html %} | ||
<div class='FormGroup'> | ||
<label class='Label' for='drowpdown-example'>This is a label</label> | ||
<div class='Autocomplete Autocomplete--searchDisabled'> | ||
<input id='drowdown-example' readonly type='text' class='Autocomplete-search' placeholder='Select one option...' /> | ||
</div> | ||
<p class='FormGroup-feedback'>This field is required</p> | ||
</div> | ||
{% endexample %} |
{ | ||
"name": "flystyles", | ||
"version": "1.2.10", | ||
"version": "1.2.11", | ||
"description": "Flywire UI Framework", | ||
@@ -15,2 +15,3 @@ "author": "Javier Arques <javier.arques@flywire.com>", | ||
"docs": "node docs.js", | ||
"start": "node docs.js", | ||
"version": "npm run build && git add -A dist", | ||
@@ -17,0 +18,0 @@ "postversion": "git push && git push --tags && npm publish" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1327961
4221