Skip to content

Commit

Permalink
adding TW selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Sep 2, 2024
1 parent a65e726 commit 355ce57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
- Input number is now able to use standard tab navigation.
- Rating field now supports tab navigation.

### Removed

- Any unnecessary server side renders for the forms.

## [5.0.8]

### Added
Expand Down
1 change: 0 additions & 1 deletion src/Blocks/custom/field/field.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
Helpers::props('field', $attributes),
[
'selectorClass' => 'field',
'fieldFieldIsNoneFormBlock' => true,
'fieldFieldConditionalTags' => Helpers::render(
'conditional-tags',
Helpers::props('conditionalTags', $attributes)
Expand Down

0 comments on commit 355ce57

Please sign in to comment.