Array to string conversion

Status
This content is read-only, or is not open for further replies.

QuackieMackie

Guest
offline
I have just added a multi selection box to some filtering.
HTML:

Code:
                        <xf:cell width="41%" rowspan="2">
                            <xf:select name="type" value="{$filters.type}" multiple="true">
                                <xf:option value="any">{{ phrase('any') }}</xf:option>
                                <xf:options source="$filterBits.types" />
                            </xf:select>
                        </xf:cell>

When filters are applied, the filter...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom