-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RFC][UN-14077] Add autocomplete option to uni-form (#255)
* Add autocomplete option to uni-form * Remove unused import * Remove unused import and add fail safe call to set variable
- Loading branch information
1 parent
552fd95
commit 919d27b
Showing
7 changed files
with
69 additions
and
158 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
@@ -1,6 +1,12 @@ | ||
<form {{action "submit" on="submit"}}> | ||
<form {{action "submit" on="submit"}} autocomplete="{{autocomplete}}"> | ||
{{yield}} | ||
|
||
{{uni-button isPrimary=true isLoading=isLoading isDisabled=(not isValid) click=(action "submit") label=label}} | ||
{{uni-button | ||
isPrimary=true | ||
isLoading=isLoading | ||
isDisabled=(not isValid) | ||
click=(action "submit") | ||
label=label}} | ||
|
||
{{input type="submit"}} | ||
</form> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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