Save the Input value as a hint
I am using angular 4. I develop a form its working fine but the problem i am facing is that when i tried to enter any value in the text box it show the last inputted value which i mentioned in that field earlier. Like if i mention any Muhammad and after refreshing the page i am again going for filling the form for next record when i tried to enter the name in the list below it show Muhammad in name fieldenter link description here
angular forms angular4-forms
|
show 1 more comment
I am using angular 4. I develop a form its working fine but the problem i am facing is that when i tried to enter any value in the text box it show the last inputted value which i mentioned in that field earlier. Like if i mention any Muhammad and after refreshing the page i am again going for filling the form for next record when i tried to enter the name in the list below it show Muhammad in name fieldenter link description here
angular forms angular4-forms
Show your code otherwise you get negative votes for this question. Despite of demo.
– AlokeT
Nov 23 '18 at 10:11
You can check it by opening the above link
– Malik Rizwan
Nov 23 '18 at 10:14
<div class=" form-group col-md-3 label-floating "> <label class="control-label" for="Nom_Fst">First Name</label> <input maxlength="50" type="text" class="form-control " [(ngModel)]="Nom_Fst" name="Nom_Fst" /> </div>
– Malik Rizwan
Nov 23 '18 at 10:15
@AlokeT this one is the code which i use for First Name
– Malik Rizwan
Nov 23 '18 at 10:16
code is also mentioned in the demo plz open the link
– Malik Rizwan
Nov 23 '18 at 10:17
|
show 1 more comment
I am using angular 4. I develop a form its working fine but the problem i am facing is that when i tried to enter any value in the text box it show the last inputted value which i mentioned in that field earlier. Like if i mention any Muhammad and after refreshing the page i am again going for filling the form for next record when i tried to enter the name in the list below it show Muhammad in name fieldenter link description here
angular forms angular4-forms
I am using angular 4. I develop a form its working fine but the problem i am facing is that when i tried to enter any value in the text box it show the last inputted value which i mentioned in that field earlier. Like if i mention any Muhammad and after refreshing the page i am again going for filling the form for next record when i tried to enter the name in the list below it show Muhammad in name fieldenter link description here
angular forms angular4-forms
angular forms angular4-forms
asked Nov 23 '18 at 10:10
Malik Rizwan
368
368
Show your code otherwise you get negative votes for this question. Despite of demo.
– AlokeT
Nov 23 '18 at 10:11
You can check it by opening the above link
– Malik Rizwan
Nov 23 '18 at 10:14
<div class=" form-group col-md-3 label-floating "> <label class="control-label" for="Nom_Fst">First Name</label> <input maxlength="50" type="text" class="form-control " [(ngModel)]="Nom_Fst" name="Nom_Fst" /> </div>
– Malik Rizwan
Nov 23 '18 at 10:15
@AlokeT this one is the code which i use for First Name
– Malik Rizwan
Nov 23 '18 at 10:16
code is also mentioned in the demo plz open the link
– Malik Rizwan
Nov 23 '18 at 10:17
|
show 1 more comment
Show your code otherwise you get negative votes for this question. Despite of demo.
– AlokeT
Nov 23 '18 at 10:11
You can check it by opening the above link
– Malik Rizwan
Nov 23 '18 at 10:14
<div class=" form-group col-md-3 label-floating "> <label class="control-label" for="Nom_Fst">First Name</label> <input maxlength="50" type="text" class="form-control " [(ngModel)]="Nom_Fst" name="Nom_Fst" /> </div>
– Malik Rizwan
Nov 23 '18 at 10:15
@AlokeT this one is the code which i use for First Name
– Malik Rizwan
Nov 23 '18 at 10:16
code is also mentioned in the demo plz open the link
– Malik Rizwan
Nov 23 '18 at 10:17
Show your code otherwise you get negative votes for this question. Despite of demo.
– AlokeT
Nov 23 '18 at 10:11
Show your code otherwise you get negative votes for this question. Despite of demo.
– AlokeT
Nov 23 '18 at 10:11
You can check it by opening the above link
– Malik Rizwan
Nov 23 '18 at 10:14
You can check it by opening the above link
– Malik Rizwan
Nov 23 '18 at 10:14
<div class=" form-group col-md-3 label-floating "> <label class="control-label" for="Nom_Fst">First Name</label> <input maxlength="50" type="text" class="form-control " [(ngModel)]="Nom_Fst" name="Nom_Fst" /> </div>
– Malik Rizwan
Nov 23 '18 at 10:15
<div class=" form-group col-md-3 label-floating "> <label class="control-label" for="Nom_Fst">First Name</label> <input maxlength="50" type="text" class="form-control " [(ngModel)]="Nom_Fst" name="Nom_Fst" /> </div>
– Malik Rizwan
Nov 23 '18 at 10:15
@AlokeT this one is the code which i use for First Name
– Malik Rizwan
Nov 23 '18 at 10:16
@AlokeT this one is the code which i use for First Name
– Malik Rizwan
Nov 23 '18 at 10:16
code is also mentioned in the demo plz open the link
– Malik Rizwan
Nov 23 '18 at 10:17
code is also mentioned in the demo plz open the link
– Malik Rizwan
Nov 23 '18 at 10:17
|
show 1 more comment
1 Answer
1
active
oldest
votes
To disable autofill in the apps:
Open the Chrome app.
Tap the Chrome menu button represented by three vertically aligned dots.
Select Settings.
Tap Autofill and Payments.
Toggle the slider next to Autofill Forms to the Off position.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53444624%2fsave-the-input-value-as-a-hint%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
To disable autofill in the apps:
Open the Chrome app.
Tap the Chrome menu button represented by three vertically aligned dots.
Select Settings.
Tap Autofill and Payments.
Toggle the slider next to Autofill Forms to the Off position.
add a comment |
To disable autofill in the apps:
Open the Chrome app.
Tap the Chrome menu button represented by three vertically aligned dots.
Select Settings.
Tap Autofill and Payments.
Toggle the slider next to Autofill Forms to the Off position.
add a comment |
To disable autofill in the apps:
Open the Chrome app.
Tap the Chrome menu button represented by three vertically aligned dots.
Select Settings.
Tap Autofill and Payments.
Toggle the slider next to Autofill Forms to the Off position.
To disable autofill in the apps:
Open the Chrome app.
Tap the Chrome menu button represented by three vertically aligned dots.
Select Settings.
Tap Autofill and Payments.
Toggle the slider next to Autofill Forms to the Off position.
answered Nov 23 '18 at 10:47
Padmapriya Vishnuvardhan
772210
772210
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53444624%2fsave-the-input-value-as-a-hint%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Show your code otherwise you get negative votes for this question. Despite of demo.
– AlokeT
Nov 23 '18 at 10:11
You can check it by opening the above link
– Malik Rizwan
Nov 23 '18 at 10:14
<div class=" form-group col-md-3 label-floating "> <label class="control-label" for="Nom_Fst">First Name</label> <input maxlength="50" type="text" class="form-control " [(ngModel)]="Nom_Fst" name="Nom_Fst" /> </div>
– Malik Rizwan
Nov 23 '18 at 10:15
@AlokeT this one is the code which i use for First Name
– Malik Rizwan
Nov 23 '18 at 10:16
code is also mentioned in the demo plz open the link
– Malik Rizwan
Nov 23 '18 at 10:17