Group
Extension

Matches 1

Koha-Contrib-ValueBuilder-RepeatableAutocomplete ( D/DO/DOMM/Koha-Contrib-ValueBuilder-RepeatableAutocomplete-1.006.tar.gz, DOMM, 2025; MetaCPAN )
Koha-Contrib-ValueBuilder-RepeatableAutocomplete/lib/Koha/Contrib/ValueBuilder/RepeatableAutocomplete.pm ( view source; MetaCPAN )
package Koha::Contrib::ValueBuilder::RepeatableAutocomplete;
use strict;
use warnings;
use JSON qw(to_json);

# ABSTRACT: Repeatable autcomplete value-builder for Koha

our $VERSION = '1.006'; # VERSI


        my $val = {
            function_name => $params->{id},
            data          => to_json( $args->{data} ),
            target        => $args->{target},
            minlength     => $arg
       function_name => $params->{id},
            data          => to_json( $args->{data} ),
            target_map    => to_json( $args->{target_map}),
            minlength     => $args->{minlength

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.