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
Updates the docs to include the new `prefill` property on Boolean fields
in the input schema. When the field has a `default` value set now, we
display the `default` chip, to differentiate between them and
regular/prefilled fields.
Related to https://github.com/apify/apify-core/pull/16390/
Also, polite request - please merge this when the above PR is out - I
won't be able to since I won't be at Apify anymore :)
Copy file name to clipboardExpand all lines: sources/platform/actors/development/actor_definition/input_schema/specification.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,12 +203,6 @@ When using escape characters `\` for the regular expression in the `pattern` fie
203
203
204
204
### Boolean
205
205
206
-
:::caution `prefill` limitation
207
-
208
-
Beware that the `boolean` input type doesn't support the `prefill` property since there is no way to display the pre-filled value in the user interface.
209
-
210
-
:::
211
-
212
206
Example options with group caption:
213
207
214
208
```json5
@@ -226,7 +220,7 @@ Example options with group caption:
0 commit comments