Unable to resolve repeater text input problem

i am using repeater. When i define some base price inside text input its not taking after typed 500; its show only 5 automatically removing inside the textbox 00 values how to resolve any solution in filament or anyone advise me to resolve the issue...
4 Replies
Adnan Yalahow
Adnan Yalahow11mo ago
try ->live(debounce: 300) instead of reactive()
Hemanath
HemanathOP11mo ago
Thanks for reply ..let try Thanks ..its working...👍
Adnan Yalahow
Adnan Yalahow11mo ago
you are welcome

Did you find this page helpful?