acromarco
acromarco
I need this feature too. Currently mainly for adding a menu to an iframe, but it would make also other use cases easier.
As a workaround I append the selected Option to the aria-label. The tricky part is, that now the screen reader (NVDA) will still read the old value when the user...
@mtth > Reading data across compatible schemas requires a resolver. Thank you for your answer! Somehow I thought/expected that "basic schema evolution" works out the box. For me the documentation...
@mtth Is the following explanation correct? Decoding avro-encoded data requires to know exactly the same schema that was used for encoding. This is caused by the efficient binary nature of...
Thank you! I will close this issue now, as it was never a bug but just my misunderstanding of how Avro works. However, maybe it's possible to make the documentation...