Skip to content

Why is my picker not showing the chevron arrows and other icons? #2692

Closed Answered by Ste-Mich
amaneja asked this question in Q&A
Discussion options

You must be logged in to vote

In you config you can add:

display: {
      icons: {
        type: 'icons',
        time: 'bi bi-clock',
        date: 'bi bi-calendar-week',
        up: 'bi bi-arrow-up-circle',
        down: 'bi bi-arrow-down-circle',
        previous: 'bi bi-arrow-left-circle',
        next: 'bi bi-arrow-right-circle',
        today: 'bi bi-calendar-check',
        clear: 'bi bi-trash',
        close: 'bi bi-x-circle'
      }
}

Which will use Bootstrap Icons, but you still need to add them into your css.

So you either need to add Font Awesome or Bootstrap Icons.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@amaneja
Comment options

Answer selected by Eonasdan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants