Static Select have a random initial value on iOS Slack App slack bolt python #1171
Labels
auto-triage-stale
question
Further information is requested
server-side
Server-sider issue with the Slack Platform or Slack API
Hi everyone ! :)
I'm new to Slack app development. I am currently using Slack Bolt SDK for python.I have created a simple static select with 5 options :
This static select trigger my
HomePage().push()
function that simply trigger a new home page to the user client.Here is the class HomePage :
On desktop the app have the perfect expected behavior but on iOS, even if i haven't inputed any
initial_option
, the StaticSelect Slack Bolt element seems to take a random initial_value.I tried to print the value return by the
HomePage().push()
and the printed value is the expected behavior and do not represent what is displayed on iOSI expect the
StaticSelect
element to not have any initial_option as on desktopThe
slack_bolt
versionslack_bolt 1.19.1
slack_sdk 3.31.0
Python runtime version
Python
3.12.1
OS info
ProductName: macOS
ProductVersion: 14.2
BuildVersion: 23C64
Darwin Kernel Version 23.2.0: Wed Nov 15 21:59:33 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8112
iOS Version
Tested on Iphone 13 Pro Max 17.5.1
Slack App version 24.08.40 (443050)
Steps to reproduce:
SlackRequestHandler()
for FastAPIThe text was updated successfully, but these errors were encountered: