Ray_Net wrote:
I use a page with a form to access a site - He needs informations before
going further.
On the "Selection Source" of the text box I have:
<input id="txtRRN" class="form-control" type="text" placeholder="Numéro
de registre national" name="txtRRN">

So the textbox is named "txtRRN"

I used correctly the first time.
The second time after typing the first character , He propose me the
full text I entered the first time, and I just need to click on the
proposal to fill the zone with the correct value.
One upon a time, after typing the first character, I just push the
"Return" key on my keyboard.

As far as I can tell, you have to highlight the proposed value first, e.g. using the up/down arrows on the keyboard, then "return" will complete the field with that text. It's quite possible that it did behave as you described but that may have changed - possibly to support selection from multiple previously used values, or perhaps because of difficulties entering a substring of a previously used value (e.g. if you wanted to enter just "4419" but it gets autocompleted to "44191065789").

Now, when I go on this site and after typing the first character - he
propose me TWO choices:
44191065789
4
How can I do to have the only proposal: 44191065789 ?

In other word, how to eliminate this "4" proposal ?

While the drop-down list showing those two options is visible, highlight the one you want to delete (either using the keyboard arrows or hovering over it with the mouse - but don't click) and press the "delete" key on the keyboard.

--
Mark.

_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to