Add custom HTML attribute to component

I’m looking to use https://leaverou.github.io/awesomplete/

It requires an attribute “data-list” that’s not offered by dash’s Input. Is there a workaround?

you should be able to do html.Div(**{‘data-list’: …})

I can’t add **{‘data-list’: …} to dcc.Input though

Hello!
It looks like it does not work with dcc.DatePickerRange()

I wanted to add **{‘readonly’: ‘readonly’} because I think it’s solution for this: problem 66278