Skip to content

Commit ea9b50a

Browse files
committed
docs(input): removed mentions of legacy syntax support for ion-input
1 parent e9d05f6 commit ea9b50a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/api/input.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ import CSSProps from '@site/static/usage/v8/input/theming/css-properties/index.m
192192

193193
A simpler input syntax was introduced in Ionic 7.0. This new syntax reduces the boilerplate required to setup an input, resolves accessibility issues, and improves the developer experience.
194194

195-
Developers can perform this migration one input at a time. While developers can continue using the legacy syntax, we recommend migrating as soon as possible.
195+
Developers can perform this migration one input at a time. The legacy syntax is no longer supported.
196196

197197
### Using the Modern Syntax
198198

@@ -206,10 +206,6 @@ import Migration from '@site/static/usage/v8/input/migration/index.md';
206206

207207
<Migration />
208208

209-
### Using the Legacy Syntax
210-
211-
Ionic uses heuristics to detect if an app is using the modern input syntax. In some instances, it may be preferable to continue using the legacy syntax. Developers can set the `legacy` property on `ion-input` to `true` to force that instance of the input to use the legacy syntax.
212-
213209
## Interfaces
214210

215211
### InputChangeEventDetail

0 commit comments

Comments
 (0)