Closed bugnano closed 7 months ago
Now that we are here, it would be a good time to also implement visible as part of MessageFieldOptions.
I agree that it would be nice to implement. However, I need to think how to implement it, given that the type in TS is boolean | ConversationPredicate
, and there's no easy way to express that concept in Dart.
Fixes #29
Assigning the
messageField
property to the ChatBox didn't pass the correct options to the JS SDK. This PR fixes that.