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
Browser type and version: Brave version 1.65.130 using Chromium 124.0.6367.159
Description:
When using BelongsTo::make()->searchable() or Select::make()->searchable() in the fields function of an action the searchable input box is will not become focusable (won't allow text input). As a result. The search functionality does not work. The searchable() functionality does work in normal forms however. It seems that this issue is limited to being used in the modal that is presented when running actions. I have attached a few screenshots below.
FWIW - It almost feels like a z-index issue such that the input is behind some other element.
I am using the following:
Nova: v4.33.3 (Silver Surfer)
Screenshots:
Detailed steps to reproduce the issue on a fresh Nova installation:
Created simple action and added copy pasted the Select example code form the documentation but added searchable()
The text was updated successfully, but these errors were encountered:
I didn't even think about doing a republish. I just assumed that initial publish was enough. I apologize for not doing this before posting this issue. I will close this as fixed. Thank you so much for that @crynobone
Description:
When using BelongsTo::make()->searchable() or Select::make()->searchable() in the fields function of an action the searchable input box is will not become focusable (won't allow text input). As a result. The search functionality does not work. The searchable() functionality does work in normal forms however. It seems that this issue is limited to being used in the modal that is presented when running actions. I have attached a few screenshots below.
FWIW - It almost feels like a z-index issue such that the input is behind some other element.
I am using the following:
Nova: v4.33.3 (Silver Surfer)
Screenshots:
Detailed steps to reproduce the issue on a fresh Nova installation:
Created simple action and added copy pasted the Select example code form the documentation but added searchable()
The text was updated successfully, but these errors were encountered: