ui-calendar icon indicating copy to clipboard operation
ui-calendar copied to clipboard

buttonText isn't rendering HTML

Open maxterry opened this issue 8 years ago • 0 comments

...
buttonIcons: false,
buttonText: {
  prev: '<',
  next: '<b>&gt;</b>'
},
...

renders the respective buttons as "&Lt;" and <B>"&Gt;"</B>, instead of expected HTML entity arrows and element.

https://fullcalendar.io/docs/text/buttonText

maxterry avatar Oct 29 '17 23:10 maxterry