Skip to content

Commit 044a0e1

Browse files
Component "awes-io/filter-wrapper" was updated to v1.0
1 parent 87eeda9 commit 044a0e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/components/filter-wrapper/1.0/filter-wrapper.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Here is the implementation of the <filter-wrapper> component:
3232
| **name** | `String` | filter-${uid} | Unique identifier (ID) |
3333
| **send-text** | `String` | `Apply` | Text in the “Apply” button |
3434
| **reset-text** | `String` | `Reset` | Text in the “Reset” button |
35+
| **auto-submit**| `Boolean` | `undefined` | If `true` the filter will be applied on fields value change |
3536

3637
The filter has an *active state (Boolean)*, namely there are such parameters in the address bar which match the field names in the filter. You can get this value from the storage in the `$awesFilters` variable by the filter name, for example:
3738

0 commit comments

Comments
 (0)