-
Notifications
You must be signed in to change notification settings - Fork 13.4k
feat(input): add base functionality and tests #26194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
621dc13
feat(input): add new js and css props
liamdebeasi d24428c
chore(): copy updates
liamdebeasi 0402ae8
test(input): move old tests to legacy directory
liamdebeasi 7643d2d
feat(input): add legacy vs modern template rendering
liamdebeasi 259a3a2
refactor(form): add form controller
liamdebeasi a989e94
chore(): update comments
liamdebeasi 2a80a5f
chore(): update tests
liamdebeasi 08ea3a0
chore(): add moved screenshots
liamdebeasi bd80054
chore(): add moved screenshots
liamdebeasi 19f4994
chore(): fix test file
liamdebeasi d02c144
chore(): prettier
liamdebeasi cea5615
feat(input): add base functionality and tests
liamdebeasi 8d7f0c4
feat(input): add missing fixed label
liamdebeasi fff8ed1
Merge remote-tracking branch 'origin/FW-2591' into 2591-props
liamdebeasi 563f177
Update core/src/components/input/input.tsx
liamdebeasi e1696af
chore(): run build
liamdebeasi a17a9ae
Merge remote-tracking branch 'origin/2591-props' into 2591-template
liamdebeasi b458fe7
Merge remote-tracking branch 'origin/2591-template' into 2591-base
liamdebeasi f556aee
chore(input): remove justify property
liamdebeasi 6b8131a
Update core/src/components/input/input.tsx
liamdebeasi e0b5cd6
feat(input): add missing fill property
liamdebeasi 5a0f812
refactor(): explicitly add element type
liamdebeasi 2bf7b10
test(input): mask test uses new syntax
liamdebeasi 1cc337a
refactor(input): access props once
liamdebeasi 4272366
chore(): fix el type
liamdebeasi 6d09ad6
Merge remote-tracking branch 'origin/2591-props' into 2591-template
liamdebeasi 9632c22
Merge remote-tracking branch 'origin/2591-template' into 2591-base
liamdebeasi 4814a58
chore(): sync
liamdebeasi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>Input - a11y</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> | ||
<link href="../../../../../css/ionic.bundle.css" rel="stylesheet" /> | ||
<link href="../../../../../scripts/testing/styles.css" rel="stylesheet" /> | ||
<script src="../../../../../scripts/testing/scripts.js"></script> | ||
<script nomodule src="../../../../../dist/ionic/ionic.js"></script> | ||
<script type="module" src="../../../../../dist/ionic/ionic.esm.js"></script> | ||
</head> | ||
|
||
<body> | ||
<main> | ||
<h1>Input - a11y</h1> | ||
|
||
<ion-input label="my label"></ion-input> | ||
<ion-input aria-label="my aria label"></ion-input> | ||
</main> | ||
</body> | ||
</html> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.