Skip to content

Commit

Permalink
Disable autocomplete from the anchor field
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jun 22, 2020
1 parent 6e84495 commit 4605974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/hooks/anchor.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export const withInspectorControl = createHigherOrderComponent(
anchor: nextValue,
} );
} }
autoComplete="off"
/>
</InspectorAdvancedControls>
</>
Expand Down

0 comments on commit 4605974

Please sign in to comment.