Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

ADDT Autocomplete Textfield too small

Guest
Aug 25, 2008 Aug 25, 2008

Copy link to clipboard

Copied

Hey guys, ended up finding the answers to my previous questions. Here's a quick question about the Autocomplete Textfield.

In my table, I have over 1,000 records for someone to choose from, and to make it easier, I have added the autocomplete textfield. However, the "longest" record is 62 characters in length, and when I add that server behavior to the text field, it goes back to 20 characters in length.

I've tried using the size="70" attribute to no avail, and even tried using width="400", and neither worked. It still defaulted back to 20 characters. Here is the code for the textfield:

<input name="bpo_name" class="blueprintList" id="bpo_name" size="70" wdg:recordset="rsBPO" wdg:subtype="DynamicSearch" wdg:type="widget" wdg:displayfield="bpo_name" wdg:norec="10" wdg:defaultoptiontext="no" wdg:selected="Please Enter Blueprint Name" />
TOPICS
Server side applications

Views

434
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Deleted User
Aug 27, 2008 Aug 27, 2008
<input name="bpo_name" class="blueprintList" id="bpo_name" wdg:recordset="rsBPO" wdg:subtype="DynamicSearch" wdg:type="widget" wdg:displayfield="bpo_name" wdg:norec="10" wdg:defaultoptiontext="no" wdg:selected="Please Enter Blueprint Name" style="width:400px" />

Votes

Translate
Guest
Aug 27, 2008 Aug 27, 2008

Copy link to clipboard

Copied

LATEST
<input name="bpo_name" class="blueprintList" id="bpo_name" wdg:recordset="rsBPO" wdg:subtype="DynamicSearch" wdg:type="widget" wdg:displayfield="bpo_name" wdg:norec="10" wdg:defaultoptiontext="no" wdg:selected="Please Enter Blueprint Name" style="width:400px" />

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines