Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

searchPlaceholder message option don't working #142

@enventa

Description

@enventa

I know that the searchPlaceholder message option is not documented (see issue #130) but it can be found in the code.

The thing is that it is not working for me. No matter if I define that option or not, nothing is displayed on the search box. Other messages options are, but not the searchPlaceholder one. Any idea why?

I'm using this code:

var selectr = new MolonguiSelectr(authorSelect,
{
    messages:
    {
        noOptions: 	 	"No cars available",
        noResults: 	 	"No cas found",
        searchPlaceholder: 	"Find car by name...",
    }
});

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions