@patternfly/patternfly 4.169.0 → 4.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,8 +33,8 @@ cssPrefix: pf-c-text-input-group
33
33
  class="pf-c-text-input-group__text-input"
34
34
  type="text"
35
35
  value="Disabled"
36
- aria-label="Disabled text input group example input"
37
36
  disabled
37
+ aria-label="Type to filter"
38
38
  />
39
39
  </span>
40
40
  </div>
@@ -490,3 +490,28 @@ cssPrefix: pf-c-text-input-group
490
490
  </div>
491
491
 
492
492
  ```
493
+
494
+ ### Autocomplete last option hint
495
+
496
+ ```html
497
+ <div class="pf-c-text-input-group">
498
+ <div class="pf-c-text-input-group__main">
499
+ <span class="pf-c-text-input-group__text">
500
+ <input
501
+ class="pf-c-text-input-group__text-input pf-m-hint"
502
+ type="text"
503
+ value="appleseed"
504
+ disabled
505
+ aria-hidden="true"
506
+ />
507
+ <input
508
+ class="pf-c-text-input-group__text-input"
509
+ type="text"
510
+ value="apples"
511
+ aria-label="Type to filter"
512
+ />
513
+ </span>
514
+ </div>
515
+ </div>
516
+
517
+ ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.169.0",
4
+ "version": "4.170.0",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {