form-builder icon indicating copy to clipboard operation
form-builder copied to clipboard

select组件如何定义remoteMethods

Open ncluoyu opened this issue 3 years ago • 1 comments

Form::select('customer_id', '姓名')->required()->filterable(true)->remote(true)->props([ 'remoteMethod' => 'handleSearch' ])

emmmmm..这样定义不对

ncluoyu avatar Jul 01 '22 23:07 ncluoyu

是不是remote功能还不完善?

hhun avatar Mar 16 '23 08:03 hhun