slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.7k stars 1.14k forks source link

`InputBlock.Optional = false` does not work when open Slack bot in new window #1323

Open khaitruong922 opened 2 months ago

khaitruong922 commented 2 months ago

What happened

When open slack bot chat in new window, the form can be submitted with empty required input field.

Expected behavior

Should work the same when not open in new window, showing the error message.

Steps to reproduce

Versions