Can't type on a TextInput nested on a Card's Header

import panel as pn
pn.extension()
pn.Card(header=pn.widgets.TextInput()).servable()