ขอความช้วยเหลือหน่อยครับ
ขอความช้วยเหลือหน่อยครับ
ผมต้องการให้ autocomplete.js แสดงผลใน textarea
จากเดิม
<input type=text name=topic[] size=5 value="'.$item['topic'].'" class=topic>
เป็น
<textarea type="text" name="topic[]" style="margin: 0px; width: 600px; height: 80px;">'.$item['topic'].' </textarea>
ปัญหาที่เปิดข้อมูลไม่เข้า textarea
'.$item['topic'].' ไม่แสดงผลเวลาขึ้นสินค้าใหม่
ผมต้องการให้ autocomplete.js แสดงผลใน textarea
จากเดิม
<input type=text name=topic[] size=5 value="'.$item['topic'].'" class=topic>
เป็น
<textarea type="text" name="topic[]" style="margin: 0px; width: 600px; height: 80px;">'.$item['topic'].' </textarea>
ปัญหาที่เปิดข้อมูลไม่เข้า textarea
'.$item['topic'].' ไม่แสดงผลเวลาขึ้นสินค้าใหม่
ขอบคุณครับ
ถ้าเป็นของ คชสาร ลองใส่ 'datalist' => array(1 => 'Value 1', 2=> 'Value 2' ....) กับ input text ดู
https://github.com/.../views/form.php#L205