[
https://issues.apache.org/jira/browse/NIFI-15853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18077344#comment-18077344
]
ASF subversion and git services commented on NIFI-15853:
--------------------------------------------------------
Commit ff6df521b7e74c840cc67ac66d980fc3ed95a9c8 in nifi's branch
refs/heads/main from Rob Fellows
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ff6df521b7e ]
NIFI-15853 - Support fetchable allowable values in the connector wizard. added
searchable select component. (#11159)
* NIFI-15853 - Support fetchable allowable values in the connector wizard.
added searchable select component.
* Align searchable-select with Tailwind 4 utility names
Replace text-md (no-op in v3, undefined in v4) with text-base and
flex-shrink-0 (renamed in v4) with shrink-0 in the searchable-select
template. Update the spec selector to match.
* Replace static title attribute with EllipsisTooltipDirective in
searchable-select
Add a shared EllipsisTooltipDirective that mounts a MatTooltip on the host
and only enables it when the rendered text is actually clipped (horizontal
or vertical overflow). Replace the always-on native [title] attributes in
the searchable-select option labels and footer messages so the tooltip is
themed, positioned consistently, and only appears when needed. Observers
attach lazily on hover/focus to keep large option lists cheap.
* Address review feedback on searchable-select and multi-select-option
Hoist option, panel, search-filter, and form-field styling into global
rules in _app.scss so every mat-select benefits from the same typography,
radius, padding, and disabled treatment. Switch the trigger and search
clear controls to mat-icon-button with the primary-icon-button class.
Trim multi-select-option's host bindings and SCSS to layout-only since
typography and state styling now flow through the global mat-option
rules. Drop connector-property-input's redundant host class binding.
Replace the spec's class-name selector for option labels with a stable
data-qa hook (data-qa="searchable-select-option-label") so styling
class renames cannot break the test in the future.
* add highlighting to searchable select panel (hover and keyboard)
* align searchable select styling with mat-select (hover, keyboard)
* review feedback
> Connector wizard - support fetchable allowable values
> -----------------------------------------------------
>
> Key: NIFI-15853
> URL: https://issues.apache.org/jira/browse/NIFI-15853
> Project: Apache NiFi
> Issue Type: Task
> Components: Core UI
> Reporter: Rob Fellows
> Assignee: Rob Fellows
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The connectors API supports property types that can provide allowable values
> to be populated via an API call. The UI should support this.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)