Giter Club home page Giter Club logo

Comments (1)

nilayjoshi89 avatar nilayjoshi89 commented on August 28, 2024

Separator hint:

  • Control template can be overridden and modified for this purpose.
  • Set separator property to different character
  • By the way, space is a valid separator and can be used if SourceItems does not have space within any item text.

With respect to keys:

  • 'Tab' is not an option as control doesn't hold back focus (intentionally) for quick navigation between control within a window.
  • 'Enter' is reserved for drop-down item selection only. Technically, it's a 'RichTextBox', and 'Enter' key is blocked to avoid complex-text scenarios.

For approach:

  • For simple object creation, having a separate entry may help. However, consider advance-scenario, where objects are parsed with complex input text (advance example in Demo). Can't create a separate entry for such advance-text input.

Why remove the unconverted text?:

  • Text which cannot be converted to an item adds confusion to the user. It was done deliberately to keep UI and 'SelectedItemsProperty' in sync.
  • A boolean property can be introduced to retain unconverted text. However, I'm not keen on that. I don't see any advantage in keeping extra text.

I understand the struggle of making users understand the steps for creating new items.
At this point, I don't see any of the suggestions/options working out. Let me think more about this.

from blackpearl.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.