You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lzytaro Use InputTextWithHint instead, because InputText widgets need manual process, so I exlucde them all, just missed InputText. I add it into the exclude list, update to the newest code and this function will be gone.
InputText may have wrong arguments with
InputText(label string, buf string, buf_size uint64)
.Should be
InputText(label string, buf *string)
?My demo now panic with following code:
The text was updated successfully, but these errors were encountered: